Skip to content

Commit 13f9e5b

Browse files
committed
feature #18964 [FrameworkBundle] Add --show-aliases option to debug:router command (alexandre-daubois)
This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] Add `--show-aliases` option to `debug:router` command Fix #18959 Commits ------- eb7b339 [FrameworkBundle] Add `--show-aliases` option to `debug:router` command
2 parents cda7c1a + eb7b339 commit 13f9e5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

routing.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,15 @@ route details:
462462
| | utf8: true |
463463
+-------------+---------------------------------------------------------+
464464
465+
.. tip::
466+
467+
Use the ``--show-aliases`` option to show all available aliases for a given
468+
route.
469+
470+
.. versionadded:: 6.4
471+
472+
The ``--show-aliases`` option was introduced in Symfony 6.4.
473+
465474
The other command is called ``router:match`` and it shows which route will match
466475
the given URL. It's useful to find out why some URL is not executing the
467476
controller action that you expect:

0 commit comments

Comments
 (0)