gboquizosanchez/filament-log-viewer

1.0.1 2025-04-24 13:47 UTC

This package is auto-updated.

Last update: 2025-04-24 13:48:26 UTC


README

Latest Stable Version License Downloads

Summary

This package allows you to manage and keep track of each one of your log files in Filament panels.

Based on ARCANEDEV LogViewer.

Starting 🚀

Prerequisites 📋

  • Composer.
  • PHP version 8.3 or higher.

Running 🛠️

Install the package via composer:

composer require gboquizosanchez/filament-log-viewer

And register the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\Boquizo\FilamentLogViewer\FilamentLogViewerPlugin::make())

You can also publish the configuration file to customize the package:

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

Screenshots 💄

Panel

PHP dependencies 📦

  • Arcanedev Log Viewer Latest Stable Version
  • Calebporzio Sushi Latest Stable Version
  • Eightynine Filament Advanced Widgets Latest Stable Version
  • Owenvoke Blade Fontawesome Latest Stable Version

Develop dependencies 🔧

  • Friendsofphp Php Cs Fixer Latest Stable Version
  • Hermes Dependencies Latest Stable Version
  • Larastan Larastan Latest Stable Version
  • Orchestra Testbench Latest Stable Version
  • Pestphp Pest Latest Stable Version

Problems? 🚨

Let me know about yours by opening an issue!

Credits 🧑‍💻

License 📄

MIT License (MIT). See License File.