mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 11:06:33 +03:00
54 lines
1.9 KiB
JSON
54 lines
1.9 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/packages/test/routing.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" router:",
|
|
" strict_requirements: true",
|
|
""
|
|
],
|
|
"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": "4d36f55d8edd7bd88b730754c2d3f3dfc2cd316b"
|
|
}
|
|
}
|
|
}
|