rap2hpoutre/laravel-epilog is a Laravel package for more info in laravel's log.
It currently has 25 GitHub stars and 4.567 downloads on Packagist (latest version v0.0.6).
Install it with composer require rap2hpoutre/laravel-epilog.
Discover more Laravel packages by rap2hpoutre
or browse all Laravel packages to compare alternatives.
Last updated
Power up logs. Add client context (IP, referer, user ID and more). Notify on slack on production error.

Install via composer
composer require rap2hpoutre/laravel-epilog
Add Service Provider to config/app.php in providers section
Rap2hpoutre\LaravelEpilog\LaravelEpilogServiceProvider::class,
(optional) Publish configuration in order to use Slack alerts
php artisan vendor:publish
Call Log::info('hello world') or whatever you want and go to see your logs.