laravel-good-log-viewer maintained by golovchanskiy
Description
Laravel log reader/parser/viewer
Author
Last update
2018/04/26 16:46
(dev-master)
License
Downloads
23
Tags
LaravelGoodLogViewer 
Log Reader|Parser|Viewer for Laravel 5
Install
Install via composer:
composer require golovchanskiy/laravel-good-log-viewer
Add Service Provider to config/app.php in providers section:
\Golovchanskiy\LaravelGoodLogViewer\GoodLogViewerServiceProvider::class,
Add Alias for Facade to config/app.php in aliases section:
'GoodLogViewer' => \Golovchanskiy\LaravelGoodLogViewer\GoodLogViewer::class,
Publish config and translations files:
php artisan good-log-viewer:publish
Go to http://{YOUR_APPLICATION}/logs and watch you log files.
Supported localizations
| Local | Language |
|---|---|
ru |
Russian |
en |
English |