falbar/nova-card-cache

This package is abandoned and no longer maintained. The author suggests using the akbsit/nova-card-cache package instead.

Cleaning application cache from laravel nova dashboard card.

1.0.11 2024-03-23 13:02 UTC

This package is auto-updated.

Last update: 2024-03-23 13:06:23 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(),
        ...
    ];
}