Merge pull request #520

This commit is contained in:
symfony-flex-server[bot]
2019-01-10 07:03:05 +00:00
committed by GitHub
3 changed files with 19 additions and 0 deletions
@@ -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
@@ -0,0 +1,4 @@
easy_admin_bundle:
resource: '@EasyAdminBundle/Controller/EasyAdminController.php'
prefix: /admin
type: annotation
@@ -0,0 +1,9 @@
{
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["admin-gen", "admin-generator", "admin"]
}