golovchanskiy / laravel-good-log-viewer
Laravel log reader/parser/viewer
Package info
github.com/golovchanskiy/LaravelGoodLogViewer
Type:laravel-package
pkg:composer/golovchanskiy/laravel-good-log-viewer
dev-master
2018-04-26 14:46 UTC
Requires
- php: >=7.1.3
- illuminate/support: 5.6.*
This package is not auto-updated.
Last update: 2026-03-21 13:19:18 UTC
README
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 |