Files
symfony-flex-recipes-contrib/contao.core-bundle.4.6.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

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"
}
}
}