Looking to hire Laravel developers? Try LaraJobs

laravel-good-log-viewer maintained by golovchanskiy

Description
Laravel log reader/parser/viewer
Last update
2018/04/26 16:46 (dev-master)
License
Links
Downloads
23

Comments
comments powered by Disqus

LaravelGoodLogViewer For Laravel 5

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