Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.67 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.67 KB

tutorial-symfony-routes

Tutorials on Symfony routing

How to create a new tutorial

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