filipfonal/filament-log-manager

Filament Log Manager

Maintainers

👁 filipfonal

Package info

github.com/filipfonal/filament-log-manager

pkg:composer/filipfonal/filament-log-manager

Fund package maintenance!

filipfonal

Statistics

Installs: 210 028

Dependents: 1

Suggesters: 0

Stars: 48

Open Issues: 8

3.0.1 2025-11-24 12:39 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 91283c6cf6628eb27b6d077c35d6d3e2992a5d70

  • Filip Fonal <filipfonal.woop@gmail.com>

laravelfilipfonalfilament-log-manager


README

👁 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.

👁 Image

Filament Admin Panel

This package is tailored for Filament Admin Panel.

Note

This package targets Filament v4. Use the matrix below to pick the right release for earlier Filament versions.

Filament version Recommended plugin version
v4 3.x
v3 2.1.0
v2 1.2.1

Install the admin panel before you continue with the installation. You can check the documentation here.

Installation

You can install the package via composer:

composer config repositories.filipfonal/filament-log-manager vcs https://github.com/curder/filament-log-manager

composer require filipfonal/filament-log-manager:dev-main

After that, register the plugin in your Filament Panel Provider (by default App\Providers\Filament\AdminPanelProvider).

public function panel(Panel $panel): Panel
{
 return $panel
 ->plugins([
 ...
 \FilipFonal\FilamentLogManager\FilamentLogManager::make(),
 ]);
}

You can publish the config file with:

php artisan vendor:publish --tag="filament-log-manager-config"

You can publish the translation 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.