symfony/routing

recipe
This commit is contained in:
2026-02-05 22:08:45 +01:00
parent 47babe6777
commit 731b445849
4 changed files with 22 additions and 10 deletions

6
.env
View File

@@ -38,3 +38,9 @@ MAILER_DSN=null://null
SENTRY_DSN=
###< sentry/sentry-symfony ###
XDEBUG_MODE=coverage
###> symfony/routing ###
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
DEFAULT_URI=http://localhost
###< symfony/routing ###