mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 01:56:26 +03:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/routing": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"aliases": [
|
|
"router"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes.yaml": {
|
|
"contents": [
|
|
"#index:",
|
|
"# path: /",
|
|
"# controller: App\\Controller\\DefaultController::index",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/prod/routing.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" router:",
|
|
" strict_requirements: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "22715e3fd48c861b6390ccb16f3aa6d1cd6a58e5"
|
|
}
|
|
}
|
|
} |