Add recipe for lag/adminbundle:1.0

This commit is contained in:
johnkrovitch
2020-06-13 10:39:07 +02:00
parent 855ff7c175
commit 820bfdecdd
3 changed files with 11 additions and 0 deletions

View File

View File

@@ -0,0 +1,3 @@
lag_admin:
application:
resources_path: '%kernel.project_dir%/config/admin/resources'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"LAG\\AdminBundle\\LAGAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}