drkmode / filament-log-manager
Filament Log Manager
1.0.0
2022-10-21 18:08 UTC
Requires
- php: ^8.0
- filament/filament: ^2.10
- illuminate/contracts: ^8.0|^9.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
README
This package allows you to view the Laravel application logs in a simple and clear way. Additional functionalities include the ability to download and delete log files.
Filament Admin Panel
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
Installation
You can install the package via composer:
composer require drkmode/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"
Usage
Once installed, the package is ready to use. You will be able to see it in your Filament admin panel.
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.