PHPackages                             xavicabot/filament-log-viewer - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. xavicabot/filament-log-viewer

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

xavicabot/filament-log-viewer
=============================

1.0.4(8mo ago)1542↓90.4%MITPHP

Since Nov 8Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/xavicabot/filament-log-viewer)[ Packagist](https://packagist.org/packages/xavicabot/filament-log-viewer)[ RSS](/packages/xavicabot-filament-log-viewer/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (9)Dependencies (5)Versions (10)Used By (0)

Filament Log Viewer
===================

[](#filament-log-viewer)

This package allows you to easily add a log viewer to your Filament application. Inspired in rap2hpoutre/laravel-log-viewer

Compatible with Filament v3 and v4.

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

[](#installation)

Require the package using composer:

```
composer require xavicabot/filament-log-viewer
```

Publish the assets:

```
php artisan vendor:publish --provider="Xavicabot\FilamentLogViewer\FilamentLogViewerServiceProvider"
```

Usage
-----

[](#usage)

This plugin adds a 'Log Viewer' functionality in your filament panel(s), letting you view your logs in a more user-friendly way.

Registering the plugin
----------------------

[](#registering-the-plugin)

```
use XaviCabot\FilamentLogViewer\FilamentLogViewerPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentLogViewerPlugin::make(),
        ])
}
```

Configuration
-------------

[](#configuration)

Once you have published the assets, you can configure the package by editing the `config/filament-log-viewer.php` file.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance61

Regular maintenance activity

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~44 days

Recently: every ~63 days

Total

9

Last Release

248d ago

Major Versions

v0.0.4 → 1.02025-02-19

### Community

Maintainers

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

---

Top Contributors

[![xavicabot](https://avatars.githubusercontent.com/u/25738574?v=4)](https://github.com/xavicabot "xavicabot (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xavicabot-filament-log-viewer/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[relaticle/flowforge

Flowforge is a lightweight Kanban board package for Filament that works with existing Eloquent models.

413106.5k5](/packages/relaticle-flowforge)[stephenjude/filament-debugger

About

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

A collection of full-stack components for accelerated Laravel app development.

3829.6M3.6k](/packages/filament-filament)[guava/filament-knowledge-base

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

209151.3k2](/packages/guava-filament-knowledge-base)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1327.7M64](/packages/filament-infolists)

PHPackages © 2026

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