matteomascellani/filament-advanced-log-viewer

Advanced log viewer page plugin for Filament v4

Maintainers

Package info

github.com/matteomascellani/filament-advanced-log-viewer

pkg:composer/matteomascellani/filament-advanced-log-viewer

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.1 2026-04-10 16:35 UTC

This package is auto-updated.

Last update: 2026-05-10 16:46:40 UTC


README

Advanced Filament v4 log viewer page with:

  • sidebar grouped by channel
  • channel/date/size friendly list
  • sidebar search + date range filtering
  • content search + line limits
  • Laravel stack trace-style expansion
  • JSON pretty print for jobs/fic channels

Install (from Packagist)

composer require h2bit/filament-advanced-log-viewer

Install (local path repository)

Add in your project composer.json:

{
  "repositories": [
    {
      "type": "path",
      "url": "packages/h2bit/filament-advanced-log-viewer"
    }
  ]
}

Then:

composer require h2bit/filament-advanced-log-viewer:@dev

Register plugin in your panel provider:

use H2bit\FilamentAdvancedLogViewer\FilamentAdvancedLogViewerPlugin;

->plugins([
    FilamentAdvancedLogViewerPlugin::make(),
])

Optional config publish:

php artisan vendor:publish --tag=filament-advanced-log-viewer-config

Config

config/filament-advanced-log-viewer.php

  • navigation_group, navigation_label, navigation_icon, navigation_sort
  • slug, title
  • logs_glob
  • channel_meta