[iq2i/storia-bundle]: add recipe (#1604)

This commit is contained in:
Loïc Sapone
2024-03-28 21:51:36 +01:00
committed by GitHub
parent 3f410835f7
commit fec3bcfe2b
5 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
iq2i_storia:
default_path: '%kernel.project_dir%/storia'

View File

@@ -0,0 +1,3 @@
iq2i_storia:
resource: '@IQ2iStoriaBundle/config/routes.php'
prefix: '/storia'

View File

@@ -0,0 +1,9 @@
{
"bundles": {
"IQ2i\\StoriaBundle\\IQ2iStoriaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"storia/": "storia/"
}
}

View File

View File