Since Contao 4.10, the path for the routes configuration changed (#1375)

This commit is contained in:
Jim Schmid
2022-12-15 08:18:07 +01:00
committed by GitHub
parent e894a59440
commit e74a00346e
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
contao_installation:
resource: "@ContaoInstallationBundle/Resources/config/routes.yml"

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Contao\\InstallationBundle\\ContaoInstallationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}