Skip to content

Laravel Exception Handler, it does warn you with a mail helping you to maintain your app

License

Notifications You must be signed in to change notification settings

Kwaadpepper/exception-handler

Repository files navigation

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.

About

Laravel Exception Handler, it does warn you with a mail helping you to maintain your app

Resources

License

Stars

Watchers

Forks

Packages

No packages published