lfalmeida / laravel-log-viewer
A Laravel log reader
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 106
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lfalmeida/laravel-log-viewer
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*|5.*
This package is not auto-updated.
Last update: 2019-07-29 02:40:40 UTC
README
Inspired by https://github.com/rap2hpoutre/laravel-log-viewer
Install
Install via composer
composer require lfalmeida/laravel-log-viewer
Add Service Provider to config/app.php
in providers
section
Lfalmeida\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
Add a route in app/Http/routes.php
(or choose another route):
Route::get('logs', '\Lfalmeida\LaravelLogViewer\LogViewerController@index');
Go to http://myapp/logs
or some other route