fishtail/laravel-log-viewer
Simple Laravel/Lumen log viewer for Laravel 5–8 (compatible with 4.2). Install via Composer, register the service provider, and add a route to LogViewerController@index. No published assets or vendor routes; works with rotated logs.
Adopt if:
Look elsewhere if:
For Executives: "This package adds a lightweight, self-service log viewer to our Laravel stack—like a ‘tail -f’ for the browser. For $0 cost, it lets devs/ops quickly inspect logs during incidents, reducing mean-time-to-resolution (MTTR) without needing external tools. Ideal for small-to-medium apps where observability isn’t a core feature but debugging efficiency is. Risk is low: it’s MIT-licensed, open-source, and integrates seamlessly with our existing Laravel setup."
For Engineering: *"This is a drop-in log viewer for Laravel that:
grep/tail in terminals—just open /logs in the browser.For Developers:
*"Imagine tail -f but in your browser—this package gives you a clean UI to scroll through Laravel logs. To use it:
composer require rap2hpoutre/laravel-log-viewer.Route::get('/logs', 'LogViewerController@index').storage/logs/laravel.log). If you’ve customized paths, you’ll need to tweak the config."*How can I help you explore Laravel packages today?