2lenet / easyadmin-plus-bundle
2lenet/EasyAdminPlusBundle
Package info
github.com/2lenet/EasyAdminPlusBundle
Type:symfony-bundle
pkg:composer/2lenet/easyadmin-plus-bundle
2.2.69
2025-09-12 09:49 UTC
Requires
- php: >=7.1
- easycorp/easyadmin-bundle: ^1.17
- phpoffice/phpspreadsheet: ^1.3
- symfony/workflow: *
This package is auto-updated.
Last update: 2026-06-12 11:35:38 UTC
README
Deprecated
Deprecated: Please have a look at https://github.com/2lenet/CruditBundle which replace EasyAdmin and this bundle all in one.
About
EasyAdminPlusBundle is a Symfony 4 wrapper for the amazing EasyCorp/EasyAdminBundle which includes some extra features.
Features
- 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
entity/action role permissions - Add an action to export entities in CSV.
- Filters on entity
- Nested tree compatible
- Show Advanced design ( group and tabs )
- Batch action on list
- Configure Query Builder Method
- Workflow automatic display
Requirements
- PHP >= 7.1
- Symfony 4
- EasyAdminBundle ^1.17
Install
$ composer require 2lenet/easyadmin-plus-bundle
Replace EasyAdmin controller
Load routes from our AdminController or yours but make sure it extends LleEasyAdminPlusBundle Controller
# config/routes/easy_admin.yaml easy_admin_bundle: resource: '@LleEasyAdminPlusBundle/Controller/AdminController.php' prefix: /admin type: annotation