wingu/easyadmin-plus-bundle

This package is abandoned and no longer maintained. The author suggests using the protung/easyadmin-plus-bundle package instead.

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

Installs: 8 444

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.1.0 2020-02-18 13:22 UTC

This package is auto-updated.

Last update: 2023-12-21 10:25:36 UTC


README

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.