Commit faed230
committed
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 routes1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
459 | 463 | | |
460 | 464 | | |
461 | 465 | | |
| |||
0 commit comments