Exceptioneer client for Laravel and Lumen
zuccadev/exceptioneer-laravel is a Laravel package for exceptioneer client for laravel and lumen.
It currently has 0 GitHub stars and 14 downloads on Packagist (latest version v1.1.0).
Install it with composer require zuccadev/exceptioneer-laravel.
Discover more Laravel packages by zuccadev
or browse all Laravel packages to compare alternatives.
Last updated
Exceptioneer client for Laravel 5 and Lumen
Bind the exceptioneer handler to the ExceptionHandler contract updating the singleton with Zuccadev\ExceptioneerLaravel\Lumen\Handler::class
Register the service provider in bootstrap/app.php adding $app->register(Zuccadev\ExceptioneerLaravel\Lumen\ExceptioneerServiceProvider::class); in the relative section
Add and edit these values to your .env file
EXCEPTIONEER_KEY=yourApiKey!!!
EXCEPTIONEER_STAGE=production
EXCEPTIONEER_SERVER=http://<yourExceptioneerServerDomain>/api/v1/notifications
EXCEPTIONEER_LOGAPP=false