coolshop / easyadmin-filters-bundle
Filters for EasyAdmin
Package info
github.com/fabio-coolshop/easyadmin-filters-bundle
Type:symfony-bundle
pkg:composer/coolshop/easyadmin-filters-bundle
dev-master
2018-07-16 14:48 UTC
Requires
- php: >=5.6
- javiereguiluz/easyadmin-bundle: ^1.17
- symfony/symfony: ~3.4
This package is not auto-updated.
Last update: 2026-03-05 05:06:44 UTC
README
EasyAdmin Filters Bundle adds the filters in the view list.
Requirements
- Symfony ~3.4
- EasyAdmin ^1.17
How to use
- Use or extends "Coolshop\EasyAdminFilters\Controller\AdminFilterableController"
- Define under "easy_admin.EntityName.list" the "filters" attribute like "fields"
easy_admin: User: list: filters: - username - lastLogin fields: - username - firstName - lastName
Features
- Use class controller or trait "Coolshop\EasyAdminFilters\Controller\Traits\Filterable"
License
This software is published under the MIT License