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-12-14 15:10:13 |
Package Statistics | |
---|---|
Total Downloads: | 4,533 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 25 |
Total Watchers: | 3 |
Total Forks: | 3 |
Total Open Issues: | 1 |
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.