PHPackages                             awesome-nova/features - 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. awesome-nova/features

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

awesome-nova/features
=====================

Some features for laravel Nova

v1.1.0(6y ago)8501MITPHPPHP &gt;=7.1.0

Since Jul 30Pushed 6y ago3 watchersCompare

[ Source](https://github.com/awesome-nova/features)[ Packagist](https://packagist.org/packages/awesome-nova/features)[ RSS](/packages/awesome-nova-features/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Nova Features
=====================

[](#laravel-nova-features)

[![Latest Version on Github](https://camo.githubusercontent.com/b6f9b46a28680decd2ba3cd0fa51e778dc324d60887714847ae990ec8c1b4c09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617765736f6d652d6e6f76612f66656174757265732e7376673f7374796c653d666c6174)](https://packagist.org/packages/awesome-nova/features)[![Total Downloads](https://camo.githubusercontent.com/ceefaa6f64a1d609bc5451b4c3f85e2605df66b51faa8fd41e373a1da2618158/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617765736f6d652d6e6f76612f66656174757265732e7376673f7374796c653d666c6174)](https://packagist.org/packages/awesome-nova/features)[![Become a Patron!](https://camo.githubusercontent.com/97222d0b261adeb712f6e28b2156c0c4333607c843ad33e3198d7f4dc6bdff28/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6265636f6d652d615f706174726f6e212d7265642e7376673f6c6f676f3d70617472656f6e267374796c653d666c6174)](https://www.patreon.com/bePatron?u=16285116)

1. [Installation](#user-content-installation)
2. [Usage](#user-content-usage)
    - [Component replacement](#user-content-component-replacement)
    - [Keep original file name](#user-content-keep-original-file-name)

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require awesome-nova/features
```

Usage
-----

[](#usage)

### Component replacement

[](#component-replacement)

You need to create specified components for resource and specify replacement:

```
class MyResource extends Resource {
    public static function additionalInformation(Request $request)
    {
        return [
            'components' => [
                'detail-header' => 'my-resource-detail-header',
                'detail-toolbar' => 'my-resource-detail-toolbar',
                'index-header' => 'my-resource-index-header',
                'index-toolbar' => 'my-resource-index-toolbar',
            ],
        ];
    }
}
```

This does not work if you replaced `custom-(detail|index)-(header|toolbar)` components.

### Keep original file name

[](#keep-original-file-name)

If you need to keep original file name in File field you can use `keepOriginalName` method:

```
public function fields(Request $request) {
    return [
        File::make('Upload')->keepOriginalName()
    ];
}
```

Also it works on Image and Avatar fields.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Every ~29 days

Total

2

Last Release

2451d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e3e16dc7317cb0199e7b210ce186227060bf603c2c64bb34b1b2ef003fafd90?d=identicon)[lnkvisitor](/maintainers/lnkvisitor)

---

Tags

laravelfiltercardnova

### Embed Badge

![Health badge](/badges/awesome-nova-features/health.svg)

```
[![Health](https://phpackages.com/badges/awesome-nova-features/health.svg)](https://phpackages.com/packages/awesome-nova-features)
```

###  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)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[digital-creative/nova-mega-filter

Allows you to control the columns and filters shown on your nova resources.

87159.3k](/packages/digital-creative-nova-mega-filter)[awesome-nova/filter-card

A Laravel Nova card.

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

PHPackages © 2026

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