ebethus/laravel-vv-logs-viewer
Simple in-app Laravel/Lumen log viewer. Install via Composer, register the service provider, and add a route to LogViewerController@index to browse log files (with or without log rotation). No public assets or vendor routes needed.
tail -f storage/logs/laravel.log with a web-based UI for real-time log inspection.Adopt If:
storage/logs/ directory.Look Elsewhere If:
"This package lets our Laravel/Lumen teams quickly spin up a web-based log viewer—no subscriptions, no complex setup—so developers can debug issues faster. It’s a low-risk, high-reward way to reduce downtime and improve collaboration between devs and ops. For example, instead of emailing log snippets or using clunky CLI tools, engineers can search and filter logs in real time directly in the browser. Ideal for internal tools where we’d otherwise spend cycles building or licensing a custom solution."
ROI:
*"This is a lightweight, composer-installable log viewer for Laravel/Lumen that:
LogViewerController—no assets, no vendor conflicts.Trade-offs:
Use Case: Perfect for local/dev/staging environments where you need better than tail -f but don’t want to over-engineer. For production, pair with Laravel Horizon or a dedicated logging service."*
Action Items:
auth:api middleware) if needed.How can I help you explore Laravel packages today?