Skip to content

Package for adding a log reset block on the dashboard.

License

Notifications You must be signed in to change notification settings

akbsit/nova-card-log

Repository files navigation

nova-card-log, Packagist, Nova packages

Install

To install package, you need run command:

composer require akbsit/nova-card-log

Usage

Add the card tools to your dashboard:

use Akbsit\NovaCardLog\NovaCardLog;

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