amidesfahani/nova-log-cleaner

A Laravel Nova card.

Installs: 101

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/amidesfahani/nova-log-cleaner

v0.1 2020-10-10 22:13 UTC

This package is auto-updated.

Last update: 2025-10-11 08:59:44 UTC


README

Nova Log Cleaner Card

Installation:

You can install the package in to a Laravel app that uses Nova via composer:

composer require amidesfahani/nova-log-cleaner

Usage:

file: app/Providers/NovaServiceProvder.php

namespace App\Providers;

[...]
class NovaServiceProvider extends NovaApplicationServiceProvider
{

[...]

  public function card()
  {
      return [
        (new \Amidesfahani\NovaLogCleaner\NovaLogCleaner())->width('1/3'),
      ];
  }

[...]

}

License:

The MIT License (MIT). Please see License File for more information.