Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.13 KB

README.md

File metadata and controls

10 lines (8 loc) · 1.13 KB

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.