Symfony2 – How to see all the roads configured
To see all the routes configured in the symfony2 application, just use the command:
php app/console router:debug
Publicités
Il n'y a pas de questions bêtes
To see all the routes configured in the symfony2 application, just use the command:
php app/console router:debug