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 6606b19 commit 70a56adCopy full SHA for 70a56ad
routing/debug.rst
@@ -33,11 +33,13 @@ the route name as the command argument:
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
+.. versionadded:: 4.1
42
+ The feature to look for partial route names was introduced in Symfony 4.1.
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
0 commit comments