PHPackages                             nagyist/cachecardnova4 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nagyist/cachecardnova4

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nagyist/cachecardnova4
======================

A Laravel Nova card.

1.0.4(3y ago)1121MITVuePHP ^8.0|^8.1|^8.2

Since Aug 23Pushed 3y agoCompare

[ Source](https://github.com/nagyist/nova4-cache-card)[ Packagist](https://packagist.org/packages/nagyist/cachecardnova4)[ RSS](/packages/nagyist-cachecardnova4/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)DependenciesVersions (6)Used By (0)

Laravel Nova4 - Cache Management Card
=====================================

[](#laravel-nova4---cache-management-card)

Manage your application's cache from a handy Laravel Nova dashboard card.

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

[](#installation)

You can install the package in to any app running [Laravel Nova](https://nova.laravel.com) via Composer: Based on the work from Danny Vink (vink/nova-cache-card).

```
composer require nagyist/nova4-cache-card
```

Once installed, you need to add the card to your `NovaServiceProvider.php` file:

```
// in app/Providers/NovaServiceProvder.php

// ...

public function cards()
{
    return [
        // ...
        new \Nagyist\Nova4CacheCard\CacheCard(),
    ];
}
```

Usage
-----

[](#usage)

A new card will appear on your dashboard giving you control over your applications *default* cache driver. From the card, you can **get** values from the cache, **forget** values from the cache, or even **flush** the whole thing.

[![Card Preview](https://camo.githubusercontent.com/c931c67170098cb79273bbf332f6f73d0a20700ec75d77ee60693e94901ce8cb/687474703a2f2f6463762e696f2f70726f6a656374732f6e6f76612d63616368652d636172642f63616368655f636172642e706e67)](https://camo.githubusercontent.com/c931c67170098cb79273bbf332f6f73d0a20700ec75d77ee60693e94901ce8cb/687474703a2f2f6463762e696f2f70726f6a656374732f6e6f76612d63616368652d636172642f63616368655f636172642e706e67)

[![Cache Viewer](https://camo.githubusercontent.com/059d6d1bae295f05f79710c398726066474bc0a5ca422108951b91241c932c93/687474703a2f2f6463762e696f2f70726f6a656374732f6e6f76612d63616368652d636172642f63616368655f766965772e706e67)](https://camo.githubusercontent.com/059d6d1bae295f05f79710c398726066474bc0a5ca422108951b91241c932c93/687474703a2f2f6463762e696f2f70726f6a656374732f6e6f76612d63616368652d636172642f63616368655f766965772e706e67)

Important Note
--------------

[](#important-note)

This is an administrative tool used to manage your applications caching. It is **up to YOU** to ensure this card is properly gated for appropriate administrators only. [Fortunately, Nova makes this easy](https://nova.laravel.com/docs/1.0/customization/cards.html#authorization). I am in no way responsible if you manage to flush *very important* cache items down the toilet.

License
-------

[](#license)

This card is released under the MIT License (MIT). Please see the included [license file](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

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 ~413 days

Total

5

Last Release

1221d ago

PHP version history (3 changes)1.0.0PHP &gt;=7.1.0

1.0.3PHP ^8.1|^8.2

1.0.4PHP ^8.0|^8.1|^8.2

### Community

Maintainers

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

---

Top Contributors

[![dannyvink](https://avatars.githubusercontent.com/u/2053980?v=4)](https://github.com/dannyvink "dannyvink (2 commits)")[![nagyist](https://avatars.githubusercontent.com/u/3152726?v=4)](https://github.com/nagyist "nagyist (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/nagyist-cachecardnova4/health.svg)

```
[![Health](https://phpackages.com/badges/nagyist-cachecardnova4/health.svg)](https://phpackages.com/packages/nagyist-cachecardnova4)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

52178.7k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1198.4k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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