mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 19:16:25 +03:00
48 lines
1.7 KiB
JSON
48 lines
1.7 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": [
|
|
"#index:",
|
|
"# path: /",
|
|
"# defaults: { _controller: 'App\\Controller\\DefaultController::index' }",
|
|
"",
|
|
"# Depends on sensio/framework-extra-bundle, doctrine/annotations, and doctrine/cache",
|
|
"# install with composer req sensio/framework-extra-bundle annot",
|
|
"#controllers:",
|
|
"# resource: ../src/Controller/",
|
|
"# type: annotation",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "17f50bcbaae96e63e280c7181f0daa948d0c2de3"
|
|
}
|
|
}
|
|
}
|