Laravel Nova icon Nova Packages
C

Cache Management Card

Installation Instructions

You can install the package in to any app running Laravel Nova via Composer:

composer require vink/nova-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 \Vink\NovaCacheCard\CacheCard(),
    ];
}

Readme

Laravel Nova - Cache Management Card

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

Installation

You can install the package in to any app running Laravel Nova via Composer:

composer require vink/nova-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 \Vink\NovaCacheCard\CacheCard(),
    ];
}

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

Cache Viewer

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. I am in no way responsible if you manage to flush very important cache items down the toilet.

License

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

Reviews

Rated 5 stars out of 5

By nilsE on March 16, 2021

quick & useful

Back to Top
Added 6 years ago
Last updated 6 Years Ago
Version 1.0.2
Nova Version *
Composer
vink/nova-cache-card
GitHub stars 28
Packagist downloads 298,847

Favorites

19 users favorited

Rating

4.30
(out of 5)
★★★★★
★★★★
★★★
★★
6 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas