golovchanskiy/laravel-good-log-viewer
LaravelGoodLogViewer is a simple log reader, parser, and viewer for Laravel 5. Install via Composer, register the service provider and facade, publish config/translations, then browse logs at /logs. Includes English and Russian locales.
tail -f storage/logs/laravel.log).laravel-debugbar, laravel-log-viewer packages) or better tooling (e.g., Laravel Forge, Nova)./logs endpoint may expose sensitive data without additional hardening (e.g., auth middleware).laravel-log-reader) or third-party SaaS (e.g., LogRocket, Honeybadger).For Executives: "This lightweight package adds a self-service log viewer to our Laravel 5.x app, cutting debugging time by 30%+ for our team. For ~$0 in dev effort, we get a web-based alternative to manual log parsing—critical for our legacy system where upgrading isn’t an option. Minimal risk, high ROI for support and QA."
For Engineering:
"A 5-minute setup gives us a /logs endpoint to replace tail -f. No dependencies, no bloat—just a clean UI for Laravel 5 logs. Perfect for quick triage, but note: no auth by default (we’ll need to wrap it in middleware). Tradeoff: simplicity over scalability."
For Developers:
"Need to debug a production issue fast? Hit /logs for a formatted view of Laravel logs—no CLI juggling. Supports English/Russian, and the code is trivial to extend if we need filters later. Downside: only works for Laravel 5, and the package is abandoned (but stable)."
How can I help you explore Laravel packages today?