falbar/nova-card-log

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

Cleaning application log files from laravel nova dashboard card.

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/falbar/nova-card-log

1.0.10 2024-04-06 11:47 UTC

This package is auto-updated.

Last update: 2024-04-06 11:52:57 UTC


README

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