mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
60 lines
2.3 KiB
JSON
60 lines
2.3 KiB
JSON
{
|
|
"manifests": {
|
|
"contao/core-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Contao\\CoreBundle\\ContaoCoreBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"contao:install %PUBLIC_DIR%": "symfony-cmd",
|
|
"contao:symlinks %PUBLIC_DIR%": "symfony-cmd"
|
|
},
|
|
"gitignore": [
|
|
"/assets/",
|
|
"/files/",
|
|
"/public/assets",
|
|
"/public/files/",
|
|
"/public/share/",
|
|
"/public/system/",
|
|
"/system/*",
|
|
"!/system/config/",
|
|
"/system/config/localconfig.php",
|
|
"/system/config/tcpdf.php",
|
|
"/system/modules/*/.skip"
|
|
],
|
|
"post-install-output": [
|
|
" * Enable ESI in the <fg=green>config/packages/framework.yaml</> file.",
|
|
"",
|
|
" * Add the Contao routes to your <fg=green>config/routing.yaml</> file and",
|
|
" make sure they are loaded at the very end.",
|
|
"",
|
|
" * Edit your <fg=green>config/security.yaml</> file and include all the",
|
|
" necessary providers, firewalls and access control sections.",
|
|
"",
|
|
" * Complete the installation by opening the <fg=green>/contao/install</> route",
|
|
" in your browser.",
|
|
"",
|
|
"Documentation: https://github.com/contao/core-bundle"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/contao_core.yaml": {
|
|
"contents": [
|
|
"# See https://github.com/contao/core-bundle",
|
|
"contao:",
|
|
" web_dir: \"%kernel.project_dir%/public\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f92ce23cb3d97f3f69d2fd448fb3dde0023a6b90"
|
|
}
|
|
}
|
|
}
|