Open
Description
Description
When using the bin/console debug:router
command, I always find it lacks the info I'm interested in, like for example the name of the controller.
On the other hand the table shows me irrelevant information like "host" and "schema" which are always "ANY". It's a small project.
(Yes, I found out there is a --show-controllers
flag. But I still think this should be the default.)
My suggestions
- Color the method names of the HTTP verbs
- Hide the hostname and schema columns if they're "ANY" everywhere
- Always show the controller column
Example
I've got some "inspiration" from laravel and added method coloring to the output: