Skip to content

Commit

Permalink
Moved the EasyAdmin recipe to its new vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Feb 24, 2018
1 parent fa1dd44 commit 3bccf73
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions easycorp/easyadmin-bundle/1.17/config/routes/easy_admin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
easy_admin_bundle:
resource: '@EasyAdminBundle/Controller/AdminController.php'
prefix: /admin
type: annotation
9 changes: 9 additions & 0 deletions easycorp/easyadmin-bundle/1.17/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["admin-gen", "admin-generator", "admin"]
}
3 changes: 1 addition & 2 deletions javiereguiluz/easyadmin-bundle/1.17/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["admin-gen", "admin-generator", "admin"]
}
}

0 comments on commit 3bccf73

Please sign in to comment.