inewspjb / log-viewer
Laravel log viewer for iNews CMS
dev-master
2015-09-20 11:41 UTC
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*|5.*
This package is not auto-updated.
Last update: 2024-11-23 19:00:34 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