Package Data | |
---|---|
Maintainer Username: | MadeITBelgium |
Maintainer Contact: | tjebbe.lievens@madeit.be (Tjebbe Lievens - Made I.T.) |
Package Create Date: | 2017-01-25 |
Package Last Update: | 2020-10-05 |
Language: | PHP |
License: | LGPL-3.0-or-later |
Last Refreshed: | 2024-11-20 03:01:53 |
Package Statistics | |
---|---|
Total Downloads: | 370 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
#Installation
Require this package in your composer.json
and update composer.
"madeitbelgium/laravel-exception-monitor": "~1.*"
composer require madeitbelgium/laravel-exception-monitor
After updating composer, add the ServiceProvider to the providers array in config/app.php
MadeITBelgium\LaravelExceptionMonitor\ExceptionMonitorServiceProvider::class,
You must publish the config file:
php artisan vendor:publish --provider="MadeITBelgium\LaravelExceptionMonitor\ExceptionMonitorServiceProvider"
Replace the extends class of /app/Exceptions/Handler.php
use MadeITBelgium\LaravelExceptionMonitor\MonitorExceptionHandler;
...
class Handler extends MonitorExceptionHandler
The complete documentation can be found at: (http://www.madeit.be
Support github or mail: info@madeit.be
Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/
This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!