Skip to content

Package for adding a cache reset block to the dashboard.

License

Notifications You must be signed in to change notification settings

akbsit/nova-card-cache

Repository files navigation

nova-card-cache, Packagist, Nova packages

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(),
        ...
    ];
}