2lenet / EasyAdminPlusBundle

EasyAdminPlusBundle is a Symfony 4 wrapper for the amazing EasyCorp/EasyAdminBundle
MIT License
17 stars 13 forks source link

EasyAdminPlusBundle

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

Requirements

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

Getting started

  1. Filter
  2. Generator
  3. Translation Action
  4. ACL
  5. Export Action
  6. Custom Form Types
  7. Nested Tree
  8. Show Group and Tabs
  9. Batch Action
  10. Query Builder Method
  11. Workflow handling
  12. EditInPlace
  13. Redirect To Action (edit and new)