mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Moved the EasyAdmin recipe to its new vendor
This commit is contained in:
@@ -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/AdminController.php'
|
||||
prefix: /admin
|
||||
type: annotation
|
||||
9
easycorp/easyadmin-bundle/1.17/manifest.json
Normal file
9
easycorp/easyadmin-bundle/1.17/manifest.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"bundles": {
|
||||
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"aliases": ["admin-gen", "admin-generator", "admin"]
|
||||
}
|
||||
@@ -4,6 +4,5 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"aliases": ["admin-gen", "admin-generator", "admin"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user