Skip to content
/ routes Public

Provides an ability to bind a route slug to the certain Extbase Action endpoint.

License

Notifications You must be signed in to change notification settings

Lacr1ma/routes

Repository files navigation

TYPO3 Extension routes

This extension gives you a possibility to bind the url endpoint with certain Extbase Action.

Shortly saying, you can create an API for your TYPO3 Project.

Features:

  • Allow developer to register its own route using yml. ( /api/users => UserController::list )
  • Additional middleware for your routes.
  • Simple module for general information.

Check out the documentation