N°6937 - Symfony 6.4 - Handle Symfony configuration files

This commit is contained in:
Benjamin Dalsass
2024-02-26 10:38:36 +01:00
committed by Molkobain
parent c7a8d90364
commit b29597110e
18 changed files with 19 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
when@dev:
_errors:
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
prefix: /_error

View File

@@ -0,0 +1,8 @@
when@dev:
web_profiler_wdt:
resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'
prefix: /_wdt
web_profiler_profiler:
resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
prefix: /_profiler