Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Laravel Nova Filter Card Package

Latest Version on Github Total Downloads Become a Patron!

  1. Installation
  2. Usage

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require awesome-nova/filter-card

Usage

You need to add card to resource with specified filter.

use AwesomeNova\Cards\FilterCard;
use App\Nova\Filters\StateFilter;

public function filters()
{
    return [
        new StateFilter(),
    ];
}

public function cards()
{
    return [
        // Other cards...,
        new FilterCard(new StateFilter()),
    ];
}

Back to Top
Added 7 years ago
Last updated 6 Years Ago
Version v1.0.2
Composer
awesome-nova/filter-card
GitHub stars 25
Packagist downloads 125,044

Favorites

17 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
5 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas