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 688e850Copy full SHA for 688e850
routing/debug.rst
@@ -31,6 +31,16 @@ 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
+If you choose ``blog_show`` it will show the route information.
43
44
Likewise, if you want to test whether a URL matches a given route, use the
45
``router:match`` command. This is useful to debug routing issues and find out
46
which route is associated with the given URL:
0 commit comments