Skip to content

A simple and clear interface to preview, download and delete Laravel log files using Filament Admin.

License

Notifications You must be signed in to change notification settings

patriktoth67/filament-log-manager

 
 

Repository files navigation

Filament Log Manager

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A simple and clear interface to preview, download and delete Laravel log files using Filament Admin.

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

Usage

Once installed, the package is ready to use. You will be able to see it in your Filament admin panel.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A simple and clear interface to preview, download and delete Laravel log files using Filament Admin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.3%
  • Blade 24.6%
  • CSS 3.1%