amidesfahani/nova-log-cleaner

A Laravel Nova card.

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

This package is auto-updated.

Last update: 2024-04-11 05:51:58 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.