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 0665ada commit 2d781a8Copy full SHA for 2d781a8
routing/debug.rst
@@ -31,6 +31,14 @@ the route name as the command argument:
31
32
$ php bin/console debug:router article_show
33
34
+ # or use part of the name to search for routes
35
+ $ php bin/console debug:router blo
36
+
37
+ Select one of the matching routes:
38
+ [0] blog
39
+ [1] blog_show
40
+ >
41
42
Likewise, if you want to test whether a URL matches a given route, use the
43
``router:match`` command. This is useful to debug routing issues and find out
44
which route is associated with the given URL:
0 commit comments