kwaadpepper / exception-handler
Send emails when exceptions occurs
Installs: 1 194
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- illuminate/support: ~10
- laravel/framework: ~10
Requires (Dev)
- slevomat/coding-standard: ^8.10
README
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.php
if needed. - Put at least your team email in the above file in
contactsList
array or using.env
put 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.