| 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: | 2025-11-02 15:06:57 |
| Package Statistics | |
|---|---|
| Total Downloads: | 4,562 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 25 |
| Total Watchers: | 2 |
| 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.