hasibkamal/view-logs
View your Laravel application logs in the browser with a simple /logs route. Install via Composer, register the service provider, optionally publish the views, and browse log files from your app without digging through storage manually.
Adopt if:
Look elsewhere if:
For Executives: "This package lets us log and analyze how our Laravel views render—think of it as ‘server-side DevTools’ for templates. It’ll help us catch slow or broken views faster, reducing debugging time and improving frontend performance without adding complexity. For example, we could identify a template taking 2 seconds to render and optimize it before users notice. It’s a low-effort way to close a gap in our observability stack."
For Engineering: *"View Logs is a lightweight Laravel package that logs Blade template rendering (time, errors, context). It’s useful for:
composer require vendor/view-logs), and logs integrate with Laravel’s default logging (e.g., Monolog). No breaking changes in 1.0.0—just a starting point for deeper view analytics later."*How can I help you explore Laravel packages today?