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

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2024
Aug 20, 2024
Sep 17, 2023
Sep 17, 2023
Apr 2, 2023
Mar 16, 2022
Mar 16, 2022
Sep 17, 2023
Mar 23, 2024
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 3, 2023
Sep 17, 2023

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