Skip to content

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

About

Package for adding a cache reset block to the dashboard.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 52.6%
  • Vue 36.9%
  • JavaScript 10.2%
  • CSS 0.3%