mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 03:56:24 +03:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/routing": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/dev/routing.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" router:",
|
|
" strict_requirements: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/routing.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" router:",
|
|
" strict_requirements: ~",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes.yaml": {
|
|
"contents": [
|
|
"# This file is the entry point to configure your own HTTP routes.",
|
|
"# Files in the routes/ subdirectory configure the routes for your dependencies.",
|
|
"",
|
|
"#index:",
|
|
"# path: /",
|
|
"# defaults: { _controller: 'App\\Controller\\DefaultController::index' }",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "ba769b98463f9d5f3d907db32bb64337d1e62ecb"
|
|
}
|
|
}
|
|
}
|