akbsit/nova-card-cache

Cleaning application cache from laravel nova dashboard card.

Installs: 13 509

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 3

Open Issues: 1

pkg:composer/akbsit/nova-card-cache

1.0.12 2024-08-20 15:29 UTC

This package is auto-updated.

Last update: 2025-09-20 18:07:58 UTC


README

Install

To install package, you need run command:

composer require akbsit/nova-card-cache

Usage

Add the card tools to your dashboard:

use Akbsit\NovaCardCache\NovaCardCache;

protected function cards()
{
    return [
        NovaCardCache::make(),
        ...
    ];
}