Tutorials on Symfony routing
- Tutorial 1: How to create a standard Symfony route
- Tutorial 2: How to pass a parameter to a Symfony route
- Tutorial 3: Symfony route parameter requirements
- Tutorial 4: Optional Symfony route parameters
- Tutorial 5: Symfony route name collisions
- Tutorial 6: Symfony route methods
- Tutorial 7: Symfony controller route group
- Tutorial 8: Symfony debugging routes
- Tutorial 9: Symfony route priority
- Tutorial 10: Symfony route ENUM requirements
- Tutorial 11: Symfony route defaults
- Tutorial 12: How to get Symfony route attributes within the controller
From the project root
symfony new tutorials/tutorial_x --no-git
Install the the symfony/maker-bundle
cd tutorials/tutorial_x
composer require --dev symfony/maker-bundle
- Add a link to the top of this page to the tutorials README.md