PHPackages                             keops007/nova-big-filter-with-reset - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. keops007/nova-big-filter-with-reset

ActiveLibrary[Search &amp; Filtering](/categories/search)

keops007/nova-big-filter-with-reset
===================================

A nice looking filter menu thats always open.

v1.0(5y ago)1382MITVuePHP &gt;=7.1.0

Since May 19Pushed 5y ago2 watchersCompare

[ Source](https://github.com/keops007/nova-big-filter-with-reset)[ Packagist](https://packagist.org/packages/keops007/nova-big-filter-with-reset)[ RSS](/packages/keops007-nova-big-filter-with-reset/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Nova Big Filter
-----------------------

[](#laravel-nova-big-filter)

[![Latest Version on Github](https://camo.githubusercontent.com/e6602f25852c6c2d3282276ac4e494142dbf0d3055902e3a3c3694d3a237a623/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b656f70733030372f6e6f76612d6269672d66696c7465722d776974682d72657365742e7376673f7374796c653d666c6174)](https://packagist.org/packages/keops007/nova-big-filter-with-reset)[![Total Downloads](https://camo.githubusercontent.com/ab9337df3166b15805e3470c9fb2f9eb2749c3bdc8780bd51906567ef9b54284/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b656f70733030372f6e6f76612d6269672d66696c7465722d776974682d72657365742e7376673f7374796c653d666c6174)](https://packagist.org/packages/keops007/nova-big-filter-with-reset)

### Extended from

[](#extended-from-httpsgithubcomnrml-conova-big-filter)

Install
-------

[](#install)

Install the package in to a [Laravel Nova](https://nova.laravel.com) project via composer:

```
composer require keops007/nova-big-filter-with-reset
```

Usage
-----

[](#usage)

Add the class to the card array of a resource with filters. The default 'Per Page' filter is not included. If you add the card but don't have any filters, you wont see anything. Add some filters and it will show up.

This package makes life easy by eliminating the tiresome click and scroll of the default filter. You may have to play with the order of your filters to get things looking great. For instance, Date Filters look best on the bottom.

```
use Keops007\NovaBigFilterWithReset\NovaBigFilter;
use App\Nova\Filters\YourFilter;
use App\Nova\Filters\YourOtherFilter;

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

public function cards()
{
    return [
        new NovaBigFilter,
    ];
}
```

Customization
-------------

[](#customization)

Adding customization functions as needed, and by request. :)

### setTitle($title)

[](#settitletitle)

Use setTitle to change the card title. The default is 'Filter Menu'.

```
public function cards()
{
    return [
        (new NovaBigFilter)->setTitle('Big Filter'),
    ];
}
```

### setMaxHeight($height)

[](#setmaxheightheight)

Use setMaxHeight to change the max height of the filter block. The default is 350.

```
public function cards()
{
    return [
        (new NovaBigFilter)->setMaxHeight(400),
    ];
}
```

### hideFilterTitle()

[](#hidefiltertitle)

Use hideFilterTitle to hide a title of the filter block, if you don't need it.

```
public function cards()
{
    return [
        (new NovaBigFilter)->hideFilterTitle(),
    ];
}
```

Credits to:

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2182d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b8aeaf72ec23c72372d343aa156e403cb8eeac0eeb6b2bc9199de98b6ac8e92d?d=identicon)[keops007](/maintainers/keops007)

---

Tags

laravelfiltercardnova

### Embed Badge

![Health badge](/badges/keops007-nova-big-filter-with-reset/health.svg)

```
[![Health](https://phpackages.com/badges/keops007-nova-big-filter-with-reset/health.svg)](https://phpackages.com/packages/keops007-nova-big-filter-with-reset)
```

###  Alternatives

[outl1ne/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64343.5k](/packages/outl1ne-nova-detached-filters)[optimistdigital/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64235.5k](/packages/optimistdigital-nova-detached-filters)[nrml-co/nova-big-filter

A nice looking filter menu thats always open.

35310.9k](/packages/nrml-co-nova-big-filter)[awesome-nova/filter-card

A Laravel Nova card.

25126.1k](/packages/awesome-nova-filter-card)[outl1ne/nova-input-filter

An input filter for Laravel Nova

24822.7k](/packages/outl1ne-nova-input-filter)[suenerds/nova-searchable-belongs-to-filter

Searchable Nova filter for belongsTo relationships.

29516.9k](/packages/suenerds-nova-searchable-belongs-to-filter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
