wingu / easyadmin-plus-bundle
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
Requires
- php: ~7.1
- easycorp/easyadmin-bundle: ^2.1.4
- symfony/dependency-injection: ^4.2 || ^5.0
- symfony/serializer: ^4.2 || ^5.0
- twig/twig: ^2.0 || ^3.0
Requires (Dev)
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.