mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
36 lines
1.2 KiB
JSON
36 lines
1.2 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/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": "eb64cc2de2fa548a89fbf1446d37b391c9a9e936"
|
|
}
|
|
}
|
|
}
|