From eb14c4803fc04b896f22b195ff5007072368378a Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Thu, 30 Aug 2018 11:20:42 +0200 Subject: [PATCH] Configure the contao.web_dir --- contao/core-bundle/4.6/config/packages/contao_core.yaml | 2 ++ contao/core-bundle/4.6/manifest.json | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 contao/core-bundle/4.6/config/packages/contao_core.yaml diff --git a/contao/core-bundle/4.6/config/packages/contao_core.yaml b/contao/core-bundle/4.6/config/packages/contao_core.yaml new file mode 100644 index 00000000..202e4ced --- /dev/null +++ b/contao/core-bundle/4.6/config/packages/contao_core.yaml @@ -0,0 +1,2 @@ +contao: + web_dir: "%kernel.project_dir%/public" diff --git a/contao/core-bundle/4.6/manifest.json b/contao/core-bundle/4.6/manifest.json index f4013526..0c538cd8 100644 --- a/contao/core-bundle/4.6/manifest.json +++ b/contao/core-bundle/4.6/manifest.json @@ -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"