From e74a00346e990760a9b09510f7e955d28eb0e110 Mon Sep 17 00:00:00 2001 From: Jim Schmid Date: Thu, 15 Dec 2022 08:18:07 +0100 Subject: [PATCH] Since Contao 4.10, the path for the routes configuration changed (#1375) --- .../4.10/config/routes/contao_installation.yaml | 2 ++ contao/installation-bundle/4.10/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 contao/installation-bundle/4.10/config/routes/contao_installation.yaml create mode 100644 contao/installation-bundle/4.10/manifest.json diff --git a/contao/installation-bundle/4.10/config/routes/contao_installation.yaml b/contao/installation-bundle/4.10/config/routes/contao_installation.yaml new file mode 100644 index 00000000..00a3b9ff --- /dev/null +++ b/contao/installation-bundle/4.10/config/routes/contao_installation.yaml @@ -0,0 +1,2 @@ +contao_installation: + resource: "@ContaoInstallationBundle/Resources/config/routes.yml" diff --git a/contao/installation-bundle/4.10/manifest.json b/contao/installation-bundle/4.10/manifest.json new file mode 100644 index 00000000..f14e39e9 --- /dev/null +++ b/contao/installation-bundle/4.10/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Contao\\InstallationBundle\\ContaoInstallationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}