Log Manager
CommunityA simple and clear interface to preview, download and delete Laravel log files using Filament Admin.
Author:
Filip Fonal
Package health
BetaAutomated checks of this plugin's Composer package
15 checks
- Failed: GitHub Actions pinned to SHA — View details on Plumb
- Skipped: GitLab CI includes pinned to SHA
- Passed: Open security advisories
- Failed: Dependabot PR responsiveness — Stale Dependabot PRs: oldest general PR is 286 days old. View details on Plumb
- Skipped: Renovate MR responsiveness
- Passed: Dependabot or Renovate configured
-
Failed:
Dependency update cooldown configured
—
No cooldown configured in
.github/dependabot.yml. View details on Plumb - Failed: Provides a security policy — View details on Plumb
- Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
- Warning: Commit and release recency — Low activity: last commit 195 days ago; last release 244 days ago.
-
Passed:
composer.lock not committed by library
—
composer.lockis absent from the released dist archive. - Passed: Dist archive is lean
-
Passed:
Current Laravel version supported
—
Package dependencies resolve together with current Laravel
13.0. -
Passed:
Current PHP version supported
—
Constraint
^8.2supports current PHP8.5. - Skipped: Current Symfony version supported
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
Documentation
- Filament Admin Panel
- Installation
- Usage
- Testing
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License
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.
[!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.
Featured Plugins
A selection of plugins curated by the Filament team
Sharp Theme
A theme that gives panels a precise, technical look with square corners, strong borders, and clear contrast.
Filament
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle
Spotlight Pro
Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight like Command Palette to your Filament Panel.
Dennis Koch