Add recipe for EasyAdminPlus bundle

This commit is contained in:
jacquesndl
2018-01-18 10:47:02 +01:00
parent ca7e85815c
commit 2ac7105705
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
easy_admin_plus:
resource: '@EasyAdminPlusBundle/Resources/config/routing.yml'
prefix: /admin
@@ -0,0 +1,11 @@
{
"bundles": {
"Wandi\\EasyAdminPlusBundle\\EasyAdminPlusBundle::class": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"cache:clear": "symfony-cmd"
}
}