gopalindians/laravel-log-viewer
Lightweight log viewer for Laravel 6–13 and Lumen. Install via Composer and add a single route to LogViewerController—no public assets or vendor routes required. Works with rotated logs and supports view customization via publishing.
LogViewerController without modifying core functionality.single, daily, or syslog channels).composer require, with no manual configuration required beyond routing the controller. Minimal boilerplate for adoption.single, daily) and supports log rotation (e.g., laravel-logrotate). No forced migration of log storage formats.auth or can:view-logs).Log Volume Handling:
tail or real-time log streaming (e.g., via WebSockets)?Laravel 13 Compatibility:
Security:
Customization:
Maintenance:
rap2hpoutre) still active?Installation:
composer require rap2hpoutre/laravel-log-viewer.routes/web.php:
Route::get('/logs', [\Rap2hpoutre\LaravelLogViewer\LogViewerController::class, 'index']);
auth, can:view-logs).Configuration:
LOG_VIEWER_MAX_LINES=1000).Testing:
single, daily).auth, IP whitelisting).Log::mask() or custom filters)./logs endpoint.tail -f storage/logs/laravel.log.laravel-logrotate or custom scripts to manage log file sizes.storage/logs/. Misconfigured permissions can break functionality.How can I help you explore Laravel packages today?