rap2hpoutre / laravel-epilog by rap2hpoutre

More info in laravel's log
4,510
25
3
Package Data
Maintainer Username: rap2hpoutre
Maintainer Contact: raphael@ornikar.com (rap2hpoutre)
Package Create Date: 2015-09-11
Package Last Update: 2015-09-15
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:11:42
Package Statistics
Total Downloads: 4,510
Monthly Downloads: 9
Daily Downloads: 0
Total Stars: 25
Total Watchers: 3
Total Forks: 3
Total Open Issues: 1

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.