mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for EasyAdminPlus bundle
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user