inewspjb / log-viewer
Laravel log viewer for iNews CMS
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/inewspjb/log-viewer
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*|5.*
This package is not auto-updated.
Last update: 2025-12-07 00:33:51 UTC
README
TL;DR
The best (IMO) Log Viewer for Laravel 5 (compatible with 4.2 too).
Install
Install via composer
composer require inewspjb/log-viewer
Add Service Provider to config/app.php in providers section
BinhBEER\LogViewer\LogViewerServiceProvider::class,
Add a route in app/Http/routes.php (or choose another route):
Route::get('logs', '\BinhBEER\LogViewer\LogViewerController@index');
Go to http://myapp/logs or some other route