Skip to content

DrkMode/filament-log-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published