We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d03555 commit b04bc3aCopy full SHA for b04bc3a
routing.rst
@@ -456,6 +456,10 @@ route details:
456
Use the ``--show-aliases`` option to show all available aliases for a given
457
route.
458
459
+.. tip::
460
+
461
+ Use the ``--method`` option to filter routes by HTTP method. For example, to only show routes that use the ``GET`` method, add ``--method=GET``
462
463
The other command is called ``router:match`` and it shows which route will match
464
the given URL. It's useful to find out why some URL is not executing the
465
controller action that you expect:
0 commit comments