-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[FrameworkBundle] [Routing] Added --sort to debug:router #13591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
routing.rst
Outdated
@@ -354,6 +354,23 @@ evaluates them: | |||
blog_show ANY ANY ANY /blog/{slug} | |||
---------------- ------- ------- ----- -------------------------------------------- | |||
|
|||
You can sort the routes by name or path using the ``--sort`` option |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe mentioned the priority as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, i'm adding this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved through aef28a7
routing.rst
Outdated
@@ -354,6 +354,23 @@ evaluates them: | |||
blog_show ANY ANY ANY /blog/{slug} | |||
---------------- ------- ------- ----- -------------------------------------------- | |||
|
|||
You can sort the routes by name or path using the ``--sort`` option |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, i'm adding this.
Related to symfony/symfony#36579, waiting for review.