mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Leverage PSR-4 routing (#1136)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
framework:
|
||||
router:
|
||||
utf8: true
|
||||
|
||||
# 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
|
||||
|
||||
when@prod:
|
||||
framework:
|
||||
router:
|
||||
strict_requirements: null
|
||||
@@ -0,0 +1,3 @@
|
||||
controllers:
|
||||
resource: ../src/Controller/
|
||||
type: attribute@App\Controller
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"aliases": ["router"],
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user