EasyAdminPlusBundle is a Symfony (>4.4) bundle wrapper for the EasyCorp/EasyAdminBundle (2.3.x) which includes some extra features.
composer require jacquesndl/easyadmin-plus-bundle
The bundle provides an official recipe to help you configure the bundle
# config/routes/jacquesndl_easy_admin_plus.yaml
jacquesndl_easy_admin_plus:
resource: '@JacquesndlEasyAdminPlusBundle/Resources/config/routing.yaml'
prefix: /admin
- Admin management to restrict access to the secure area.
- Add templates for libraries vich/uploader-bundle and greg0ire/enum.