Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

nova-log-cleaner

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.

Back to Top
Added 5 years ago
Last updated 5 Years Ago
Version v0.1
Composer
amidesfahani/nova-log-cleaner
GitHub stars 0
Packagist downloads 101

Favorites

0 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Author

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas