drkmode/filament-log-manager

Filament Log Manager

Downloads

18

Stars

1

Version

1.0.0

Filament Log Manager

Latest Version on Packagist Total Downloads

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.

DrkMode

Author

DrkMode