LaravelPackages.net
Acme Inc.
Toggle sidebar
drkmode/filament-log-manager

Filament Log Manager

20
1
1.0.0
About drkmode/filament-log-manager

drkmode/filament-log-manager is a Laravel package for filament log manager. It currently has 1 GitHub stars and 20 downloads on Packagist (latest version 1.0.0). Install it with composer require drkmode/filament-log-manager. Discover more Laravel packages by drkmode or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart