A simple and clear interface to preview, download and delete Laravel log files using Filament Admin.
This package is tailored for Filament Admin Panel.
Make sure you have installed the admin panel before you continue with the installation. You can check the documentation here
You can install the package via composer:
composer require filipfonal/filament-log-manager
You can publish the config file with:
php artisan vendor:publish --tag="filament-log-manager-config"
You can publish translations files with:
php artisan vendor:publish --tag="filament-log-manager-translations"
Once installed, the package is ready to use. You will be able to see it in your Filament admin panel.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.