wandi / easyadmin-plus-bundle
Wandi/EasyAdminPlusBundle
Installs: 25 995
Dependents: 0
Suggesters: 0
Security: 0
Stars: 38
Watchers: 9
Forks: 23
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=7.1
- easycorp/easyadmin-bundle: ^2.0.0
This package is auto-updated.
Last update: 2025-01-29 05:00:16 UTC
README
❗ If you want to use EasyAdminBundle 1.x
, browse EasyAdminPlusBundle 1.x
About
EasyAdminPlusBundle is a Symfony 4 wrapper for the amazing EasyCorp/EasyAdminBundle which includes some extra features.
Features
- Admin management to restrict access to the secure area.
- Provide a generator to guess the default EasyAdmin configuration based on Doctrine Types', Annotations' & Asserts' reflection + support popular 3rd party bundles.
- Add an action to manage translations files.
-
ACL to restrict access based on(now directly in EasyAdmin #2806, #2810, #2829)entity/action role permissions
- Add an action to export entities in CSV.
- Add some useful new templates for
Show
andList
actions
Requirements
- PHP >= 7.1
- Symfony 4
- EasyAdminBundle ^2.0
Install
$ composer require wandi/easyadmin-plus-bundle
Replace EasyAdmin controller
Load routes from our AdminController
or yours but make sure it extends WandiEasyAdminPlusBundle
Controller
# config/routes/easy_admin.yaml easy_admin_bundle: resource: '@WandiEasyAdminPlusBundle/Controller/AdminController.php' prefix: /admin type: annotation