amidesfahani / nova-log-cleaner
A Laravel Nova card.
v0.1
2020-10-10 22:13 UTC
Requires
- php: >=7.1.0
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.