madeitbelgium / laravel-exception-monitor
Laravel exception monitor
1.6.0
2020-10-05 11:28 UTC
Requires
- php: >=5.6
- guzzlehttp/guzzle: 6.*|7.*
- illuminate/contracts: 5.*|^6.0|^7.0|^8.0
- illuminate/notifications: 5.*|^6.0|^7.0|^8.0
- illuminate/queue: 5.*|^6.0|^7.0|^8.0
- illuminate/support: 5.*|^6.0|^7.0|^8.0
- laravel/slack-notification-channel: ^2.0
Requires (Dev)
- orchestra/testbench: 3.*
- phpunit/phpunit: 5.*|6.*|7.*
README
#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
Documentation
The complete documentation can be found at: (http://www.madeit.be
Support
Support github or mail: info@madeit.be
Contributing
Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/
License
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!