You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #20765 [Routing] Add new tip to explain usage of --method option for filtering routes (santysisi)
This PR was merged into the 7.3 branch.
Discussion
----------
[Routing] Add new tip to explain usage of --method option for filtering routes
This PR updates the documentation for the debug:router command to include the new --method option, which allows developers to filter routes by HTTP method (such as GET, POST, PUT, DELETE, etc.). This enhances the debug:router command, making it easier to focus on specific routes based on their HTTP method, especially in large applications.
For more context, refer to the original issue: [Symfony Issue #59906](symfony/symfony#59906).
Commits
-------
b04bc3a Add new tip to explain usage of --method option for filtering routes
0 commit comments