coolshop / easyadmin-filters-bundle
Filters for EasyAdmin
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.6
- javiereguiluz/easyadmin-bundle: ^1.17
- symfony/symfony: ~3.4
This package is not auto-updated.
Last update: 2025-04-03 00:44:52 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