From 2dcb5dea829692e97b19a44f8fdad7ebab9f0140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Fri, 22 Aug 2025 18:08:43 +0200 Subject: [PATCH] Add doc about debug:router --- symfony/routing/7.4/config/routes.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/symfony/routing/7.4/config/routes.yaml b/symfony/routing/7.4/config/routes.yaml index 64d7a9a8..e775358e 100644 --- a/symfony/routing/7.4/config/routes.yaml +++ b/symfony/routing/7.4/config/routes.yaml @@ -1,5 +1,8 @@ # $schema: ../vendor/symfony/routing/Loader/schema/routing.schema.json +# To see all the routes, use the debug command +# bin/console debug:router + controllers: resource: attributes type: tagged_services