wandi / easyadmin-plus-bundle
Wandi/EasyAdminPlusBundle
Package info
github.com/WandiParis/EasyAdminPlusBundle
Type:symfony-bundle
pkg:composer/wandi/easyadmin-plus-bundle
2.0.5
2020-04-30 16:30 UTC
Requires
- php: >=7.1
- easycorp/easyadmin-bundle: ^2.0.0
This package is auto-updated.
Last update: 2026-03-01 00:11:41 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
ShowandListactions
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