PHPackages                             filipfonal/filament-log-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. filipfonal/filament-log-manager

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

filipfonal/filament-log-manager
===============================

Filament Log Manager

3.0.1(7mo ago)48210.4k↓66.1%31[3 issues](https://github.com/filipfonal/filament-log-manager/issues)[5 PRs](https://github.com/filipfonal/filament-log-manager/pulls)1MITPHPPHP ^8.2CI passing

Since Aug 27Pushed 1w ago1 watchersCompare

[ Source](https://github.com/filipfonal/filament-log-manager)[ Packagist](https://packagist.org/packages/filipfonal/filament-log-manager)[ Docs](https://github.com/filipfonal/filament-log-manager)[ GitHub Sponsors](https://github.com/filipfonal)[ RSS](/packages/filipfonal-filament-log-manager/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (9)Dependencies (10)Versions (16)Used By (1)

Filament Log Manager
====================

[](#filament-log-manager)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0f81f13fcc094c1978ce025a434775bdc6f7fe6665132a6c9fdf520168c092c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66696c6970666f6e616c2f66696c616d656e742d6c6f672d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/filipfonal/filament-log-manager)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a662d0cb4869714c1c956b30986463af9d21d2df42dea5dc5e4315e6b9a1e9e6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f66696c6970666f6e616c2f66696c616d656e742d6c6f672d6d616e616765722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473)](https://github.com/filipfonal/filament-log-manager/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ba6cbafe1346dc450e60f675bdd7f8618e54b97da7d1305e7a1fed87065ba944/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f66696c6970666f6e616c2f66696c616d656e742d6c6f672d6d616e616765722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65)](https://github.com/filipfonal/filament-log-manager/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/aeaa00b95846b7382404fccfec96e47a01782a534226c1acccfe5026b1f4d00b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66696c6970666f6e616c2f66696c616d656e742d6c6f672d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/filipfonal/filament-log-manager)

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

[![](./.github/resources/screenshot_light_mode.png)](./.github/resources/screenshot_light_mode.png)

Filament Admin Panel
--------------------

[](#filament-admin-panel)

This package is tailored for [Filament Admin Panel](https://filamentphp.com/).

Note

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

Filament versionRecommended plugin versionv43.xv32.1.0v21.2.1Install the admin panel before you continue with the installation. You can check the [documentation here](https://filamentphp.com/docs/admin).

Installation
------------

[](#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
-----

[](#usage)

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

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Filip Fonal](https://github.com/filipfonal)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance82

Actively maintained with recent releases

Popularity48

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~148 days

Recently: every ~200 days

Total

9

Last Release

221d ago

Major Versions

1.2.1 → 2.0.02023-09-12

2.1.0 → 3.0.02025-11-01

PHP version history (3 changes)1.0.0PHP ^8.0

2.0.0PHP ^8.1

3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d2fee611ea1b7cce4b30550c69e24932df60e48b58101b7377a8a3dbecbcf68?d=identicon)[filipfonal](/maintainers/filipfonal)

---

Top Contributors

[![filipfonal](https://avatars.githubusercontent.com/u/29730937?v=4)](https://github.com/filipfonal "filipfonal (38 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (18 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (13 commits)")[![curder](https://avatars.githubusercontent.com/u/8327004?v=4)](https://github.com/curder "curder (6 commits)")[![damms005](https://avatars.githubusercontent.com/u/9839355?v=4)](https://github.com/damms005 "damms005 (6 commits)")[![Cybrarist](https://avatars.githubusercontent.com/u/38886749?v=4)](https://github.com/Cybrarist "Cybrarist (3 commits)")[![samuelterra22](https://avatars.githubusercontent.com/u/11915449?v=4)](https://github.com/samuelterra22 "samuelterra22 (1 commits)")[![carloeusebi](https://avatars.githubusercontent.com/u/129429172?v=4)](https://github.com/carloeusebi "carloeusebi (1 commits)")[![TobiasPlaten](https://avatars.githubusercontent.com/u/108172903?v=4)](https://github.com/TobiasPlaten "TobiasPlaten (1 commits)")[![cobraprojects](https://avatars.githubusercontent.com/u/42706279?v=4)](https://github.com/cobraprojects "cobraprojects (1 commits)")[![KaramNassar](https://avatars.githubusercontent.com/u/43961632?v=4)](https://github.com/KaramNassar "KaramNassar (1 commits)")[![klham](https://avatars.githubusercontent.com/u/89989293?v=4)](https://github.com/klham "klham (1 commits)")[![krzysztofrewak](https://avatars.githubusercontent.com/u/10898728?v=4)](https://github.com/krzysztofrewak "krzysztofrewak (1 commits)")[![lakuapik](https://avatars.githubusercontent.com/u/20186786?v=4)](https://github.com/lakuapik "lakuapik (1 commits)")

---

Tags

laravelfilipfonalfilament-log-manager

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/filipfonal-filament-log-manager/health.svg)

```
[![Health](https://phpackages.com/badges/filipfonal-filament-log-manager/health.svg)](https://phpackages.com/packages/filipfonal-filament-log-manager)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[tapp/filament-maillog

Filament plugin to view outgoing mail

3070.3k1](/packages/tapp-filament-maillog)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
