mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Configure the contao.web_dir
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
contao:
|
||||
web_dir: "%kernel.project_dir%/public"
|
||||
@@ -2,6 +2,9 @@
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user