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
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.