TYPO3 Routes

Easy TYPO3 Routes is inspired by Symfony’s routing mechanism.

Define a page by creating a controller, passing all relevant data through a PHP attribute, and creating a corresponding template.

The controller provides many useful methods to handle requests and responses.

Check out the step-by-step guide and documentation to learn more.