dipeshshihora/laravel-log-viewer
Simple log viewer for Laravel 9–12 and Lumen. Install via Composer, add a /logs route to LogViewerController, and browse storage logs with a plain HTML UI. Optional publishing for views/config; supports patterns, multiple paths, paging, and max file size limits.
For Executives: "This lightweight, open-source log viewer lets our Laravel devs quickly diagnose issues without third-party tools, cutting debugging time by ~30%. For $0 in licensing, we gain visibility into errors and warnings—critical for maintaining uptime and reducing support tickets. Ideal for small-to-medium teams where simplicity outweighs the need for enterprise-grade features. Risk is minimal: if we outgrow it, we can migrate to a paid solution later."
For Engineering: *"This package drops a single UI layer on top of Laravel’s logs, giving us:
grep-ing log files).For Developers: *"Imagine Ctrl+F for your logs—but built into the app. No more:
tail -f storage/logs/laravel.log.dipeshshihora/laravel-log-viewer).php artisan vendor:publish --provider="Dipeshshihora\LogViewer\LogViewerServiceProvider"./logs route (customizable).
Pro tip: Extend the LogViewer facade to add filters for your app’s custom log fields (e.g., user_id)."*How can I help you explore Laravel packages today?