jacquesndl / easyadmin-plus-bundle
Jacquesndl/EasyAdminPlusBundle
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2
- easycorp/easyadmin-bundle: ^2.3
- symfony/framework-bundle: ^4.4|^5.0
This package is auto-updated.
Last update: 2025-03-05 20:43:00 UTC
README
EasyAdminPlusBundle is a Symfony (>4.4) bundle wrapper for the EasyCorp/EasyAdminBundle (2.3.x) which includes some extra features.
Install
composer require jacquesndl/easyadmin-plus-bundle
Setup
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
Features
- Admin management to restrict access to the secure area.
- Add templates for libraries vich/uploader-bundle and greg0ire/enum.