Looking to hire Laravel developers? Try LaraJobs

laravel-epilog maintained by rap2hpoutre

Description
More info in laravel's log
Author
Last update
2015/09/15 09:59 (dev-master)
License
Links
Downloads
4 564
Tags

Comments
comments powered by Disqus

Epilog for Laravel 5

Packagist Packagist Scrutinizer Code Quality Build Status SensioLabs Insight

What?

Power up logs. Add client context (IP, referer, user ID and more). Notify on slack on production error.

test

Install

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.