laravel/nova-log-viewer
View and search your Laravel application logs directly inside Laravel Nova. Nova Log Viewer adds a simple tool UI with real-time polling support, making it easy to inspect errors, stack traces, and recent log entries without leaving the admin panel.
tools() registration require minimal changes to existing Laravel/Nova setups.nova-log-viewer supports Nova 4+).single, daily) are compatible with the package’s polling.NovaServiceProvider registration (10–30 mins)..env or tool settings.single, daily, syslog), but performance varies.laravel/nova and laravel/framework for breaking changes.nova.log and Laravel’s storage/logs.| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Nova crashes | Log viewer unavailable | Monitor Nova health; use CLI fallback. |
| High log volume | UI lag or polling timeouts | Reduce polling interval or use webhooks. |
| Log file permissions | "File not found" errors | Ensure Nova’s storage permissions. |
| Database connection issues | Nova (and thus log viewer) fails | Review Nova’s DB health checks. |
tail -f) may prefer hybrid approaches.How can I help you explore Laravel packages today?