akbsit/nova-card-log

Cleaning application log files from laravel nova dashboard card.

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/akbsit/nova-card-log

1.0.10 2024-04-06 11:47 UTC

This package is auto-updated.

Last update: 2025-10-06 14:59:05 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(),
        ...
    ];
}