spatie/nova-tail-tool
Laravel Nova tool that tails and displays your application log inside Nova. Adds an “Application log” menu item and streams new lines as they’re written, making it easy to monitor errors and activity without leaving the admin panel.
ToolServiceProvider). No database migrations or complex configurations are needed.storage/logs/).laravel/nova).composer require spatie/nova-tail-tool
NovaServiceProvider.logrotate) doesn’t truncate logs mid-tail. May need buffered tailing for large files.storage:link or file permissions).error logs).| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Log file permissions denied | Tool fails silently | Ensure storage/logs/ is writable by Nova’s web server user. |
| Logs externalized (not files) | Tool shows empty/broken UI | Use a log adapter (e.g., syslog-to-file proxy). |
| Nova cache cleared | Tool disappears from UI | Re-register tool in NovaServiceProvider. |
| High log volume | UI freezes or slows | Implement client-side throttling or pagination. |
| Sensitive data in logs | Compliance/security violation | Pre-filter logs or restrict access via RBAC. |
How can I help you explore Laravel packages today?