Visualizing & Debugging Routes

While adding and customizing routes, it’s helpful to be able to visualize and get detailed information
about your routes. A great way to see every route in your application is via the debug:router console
command. Execute the command by running the following from the root of your project.

1 $ php app/console debug:router