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
To see all the routes configured in the symfony2 application, just use the command:
php app/console router:debug