zuccadev/exceptioneer-laravel

Exceptioneer client for Laravel and Lumen

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/zuccadev/exceptioneer-laravel

v1.1.0 2015-07-23 17:42 UTC

This package is not auto-updated.

Last update: 2025-10-11 23:43:32 UTC


README

Exceptioneer client for Laravel 5 and Lumen

install on 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