Speicher210 / easyadmin-plus-bundle

This bundle provides some more functionalilty to easycorp/easyadmin-bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wingu Easy Admin Plus Bundle

This bundle provides some more functionality to easycorp/easyadmin-bundle.

Some of the features provided are:

  • custom download action which allows exporting data into CSV format (search and filter mechanisms and batch operations are supported).
  • possibility to define custom global actions that will be rendered on a list view (unlike batch actions, global actions receive the same filters and search parameters as list action which allows to perform operations not only on selected items but on all entities at once).
  • security controller integrating login page with friendsofsymfony/user-bundle.
  • extension for search autocomplete allowing to specify property that should be displayed in the results instead of relying on __toString method.
  • autocomplete form type for dynamic filters.

About

This bundle provides some more functionalilty to easycorp/easyadmin-bundle

License:MIT License


Languages

Language:PHP 90.7%Language:HTML 9.3%