mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/routing": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/prod/routing.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" router:",
|
|
" strict_requirements: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/routing.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" router:",
|
|
" utf8: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes.yaml": {
|
|
"contents": [
|
|
"#index:",
|
|
"# path: /",
|
|
"# controller: App\\Controller\\DefaultController::index",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "683dcb08707ba8d41b7e34adb0344bfd68d248a7"
|
|
}
|
|
}
|
|
}
|