Moved the EasyAdmin recipe to its new vendor

This commit is contained in:
Javier Eguiluz
2018-02-24 12:02:10 +01:00
parent fa1dd44eda
commit 3bccf73b64
4 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#easy_admin:
# entities:
# # List the entity class name you want to manage
# - App\Entity\Product
# - App\Entity\Category
# - App\Entity\User

View File

@@ -0,0 +1,4 @@
easy_admin_bundle:
resource: '@EasyAdminBundle/Controller/AdminController.php'
prefix: /admin
type: annotation

View File

@@ -0,0 +1,9 @@
{
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["admin-gen", "admin-generator", "admin"]
}

View File

@@ -4,6 +4,5 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["admin-gen", "admin-generator", "admin"]
}
}