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 031330d commit 4be8c5bCopy full SHA for 4be8c5b
book/routing.rst
@@ -1055,19 +1055,6 @@ the route name after the command:
1055
1056
$ php app/console router:debug article_show
1057
1058
-Likewise, if you want to test whether a URL matches a given route, you can
1059
-use the ``router:match`` console command:
1060
-
1061
-.. code-block:: bash
1062
1063
- $ php app/console router:match /blog/my-latest-post
1064
1065
-This command will print which route the URL matches.
1066
1067
-.. code-block:: text
1068
1069
- Route "blog_show" matches
1070
1071
.. index::
1072
single: Routing; Generating URLs
1073
0 commit comments