rap2hpoutre / laravel-epilog
More info in laravel's log
Installs: 4 530
Dependents: 0
Suggesters: 0
Security: 0
Stars: 25
Watchers: 3
Forks: 3
Open Issues: 1
Requires
- php: >=5.4.0
- illuminate/support: 5.*
This package is auto-updated.
Last update: 2024-11-05 20:23:55 UTC
README
What?
Power up logs. Add client context (IP, referer, user ID and more). Notify on slack on production error.
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.