kwaadpepper/exception-handler
Send emails when exceptions occurs
1,206
| Install | |
|---|---|
composer require kwaadpepper/exception-handler |
|
| Latest Version: | 2.0.0 |
| License: | MIT |
| Last Updated: | May 23, 2023 |
| Links: | GitHub · Packagist |
Maintainer: Kwaadpepper
Exception Handler
Handles exceptions and send email when it does happen It does send you a mail with anonymized debug data
Installation
Via Composer
$ composer require kwaadpepper/exception-handler
Usage
php artisan handler:install- Change configuration in
config/exception-handler.phpif needed. - Put at least your team email in the above file in
contactsListarray or using.envput a list inEXCEPTION_MAIL_LIST. You can add emails separated with,likeadmin1@email.com,admin2@email.com
You can uninstall it by using php artisan handler:remove or just revert changes in Exception/Handler.php
Change log
Please see the changelog for more information on what has changed recently.
Todo
- Add other transmission possibilities (other than mail)
Security
If you discover any security related issues, please email github@jeremydev.ovh instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.
Related Packages
jgodstime/laravel-error-notifier
Email and Slack notifications for uncaught exceptions in a Laravel application,...
1,681
43
jeremykenedy/laravel-exception-notifier
Laravel exception notifier will send an email of of the error along with the sta...
295,080
141
kevincobain2000/laravel-alert-notifications
Alert notifications of exceptions from your laravel application
22,696
27