PHPackages                             rabol/filament-logviewer - 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. rabol/filament-logviewer

ActiveLibrary

rabol/filament-logviewer
========================

Logviewer for Filament admin

v0.21(1y ago)1125.5k↓50%4[1 issues](https://github.com/rabol/filament-logviewer/issues)[1 PRs](https://github.com/rabol/filament-logviewer/pulls)1MITPHPPHP ^8.1|^8.2|^8.3|^8.4

Since Jan 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rabol/filament-logviewer)[ Packagist](https://packagist.org/packages/rabol/filament-logviewer)[ Docs](https://github.com/rabol/filament-logviewer)[ RSS](/packages/rabol-filament-logviewer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (22)Used By (1)

[![Logo](https://camo.githubusercontent.com/ccc1a8d8cc178d76f30389f70e4424e41819edc101d2e0dc819d927972c86094/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f46696c616d656e742532304c6f672532305669657765722e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d7261626f6c25324666696c616d656e742d6c6f67766965776572267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d53696d706c652b6c6f672b7669657765722b666f722b46696c616d656e742b54414c4c2b61646d696e2b70616e656c266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/ccc1a8d8cc178d76f30389f70e4424e41819edc101d2e0dc819d927972c86094/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f46696c616d656e742532304c6f672532305669657765722e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d7261626f6c25324666696c616d656e742d6c6f67766965776572267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d53696d706c652b6c6f672b7669657765722b666f722b46696c616d656e742b54414c4c2b61646d696e2b70616e656c266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

Logviewer for Filament admin
============================

[](#logviewer-for-filament-admin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d586eb60b566b4975ce2bd738c12b4c4e732a874c6a44d6f80de34ed900c7928/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7261626f6c2f66696c616d656e742d6c6f677669657765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rabol/filament-logviewer)[![GitHub Tests Action Status](https://camo.githubusercontent.com/fa663de093d073766e34ffbae18acc143291b5939843af0e9bd65278e8b9eb65/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7261626f6c2f66696c616d656e742d6c6f677669657765722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/rabol/filament-logviewer/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/cc5acf4d4c6a8875c3594925b7df8c0ee70c4fea3a9225a3b8af6bf8c9d9eaec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7261626f6c2f66696c616d656e742d6c6f677669657765722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/rabol/filament-logviewer/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/17273f5583b98ad60ba02926845e8596c1b73c65bb10b7ec316423664cabf2e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7261626f6c2f66696c616d656e742d6c6f677669657765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rabol/filament-logviewer)

Log viewer for Filament, The elegant TALLkit for Laravel artisans.

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

[](#installation)

You can install the package via composer:

```
composer require rabol/filament-logviewer
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-logviewer-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-logviewer-views"
```

This is the contents of the published config file:

```
// config for Rabol/FilamentLogviewer
return [
    'navigation_group' => 'System',
];
```

Usage
-----

[](#usage)

Add the `Rabol\FilamentLogviewer\FilamentLogviewerPlugin` to your panel config.

```
use Rabol\FilamentLogviewer\FilamentLogviewerPlugin;

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            // ...
            ->plugin(
                FilamentLogviewerPlugin::make()
            );
    }
}
```

Note
----

[](#note)

This package uses [calebporzio/sushi](https://github.com/calebporzio/sushi) package, which relies on sqlite

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Steen Rabol](https://github.com/rabol)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance44

Moderate activity, may be stable

Popularity34

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 91.9% of commits — single point of failure

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 ~59 days

Recently: every ~138 days

Total

21

Last Release

413d ago

PHP version history (3 changes)v0.1PHP ^8.0

v0.17PHP ^8.1|^8.2

v0.21PHP ^8.1|^8.2|^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/fbbd1e04e0c724683ed0f0d97aa8918319c0125258387e5a1e35f0fd31b20160?d=identicon)[rabol](/maintainers/rabol)

---

Top Contributors

[![rabol](https://avatars.githubusercontent.com/u/1177191?v=4)](https://github.com/rabol "rabol (68 commits)")[![shankhadevpadam](https://avatars.githubusercontent.com/u/3838722?v=4)](https://github.com/shankhadevpadam "shankhadevpadam (3 commits)")[![curder](https://avatars.githubusercontent.com/u/8327004?v=4)](https://github.com/curder "curder (1 commits)")[![mahavishnup](https://avatars.githubusercontent.com/u/52984889?v=4)](https://github.com/mahavishnup "mahavishnup (1 commits)")[![onexer](https://avatars.githubusercontent.com/u/32367507?v=4)](https://github.com/onexer "onexer (1 commits)")

---

Tags

laravelrabolfilament-logviewer

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rabol-filament-logviewer/health.svg)

```
[![Health](https://phpackages.com/badges/rabol-filament-logviewer/health.svg)](https://phpackages.com/packages/rabol-filament-logviewer)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[solution-forest/filament-simplelightbox

This is my package filament-simplelightbox

6281.0k1](/packages/solution-forest-filament-simplelightbox)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)

PHPackages © 2026

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