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

pkg:composer/coolshop/easyadmin-filters-bundle

dev-master 2018-07-16 14:48 UTC

This package is not auto-updated.

Last update: 2025-10-02 03:14:52 UTC


README

EasyAdmin Filters Bundle adds the filters in the view list.

Requirements

How to use

  1. Use or extends "Coolshop\EasyAdminFilters\Controller\AdminFilterableController"
  2. 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