Package Data | |
---|---|
Maintainer Username: | binhbeer |
Maintainer Contact: | binhbeer@taymay.vn (BinhBEER) |
Package Create Date: | 2015-09-20 |
Package Last Update: | 2015-09-20 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:13:32 |
Package Statistics | |
---|---|
Total Downloads: | 74 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
The best (IMO) Log Viewer for Laravel 5 (compatible with 4.2 too).
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