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

Latest Version on Packagist Total Downloads

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 in EXCEPTION_MAIL_LIST. You can add emails separated with , like admin1@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
themonkeys/error-emailer

Emails you whenever an error occurs on your server

17,203 49
kevincobain2000/laravel-alert-notifications

Alert notifications of exceptions from your laravel application

22,696 27