Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients.
novay/notifier-module is a Laravel package for laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients..
It currently has 0 GitHub stars and 12 downloads on Packagist (latest version 1.0).
Install it with composer require novay/notifier-module.
Discover more Laravel packages by novay
or browse all Laravel packages to compare alternatives.
Last updated
Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients.
Table of contents:
This Package includes all necessary traits, views, configs, and Mailers for email notifications upon your applications exceptions. You can customize who send to, cc to, bcc to, enable/disable, and custom subject or default subject based on environment. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8 or 6+.
Get the errors and fix them before the client even reports them, that's why this exists!
composer require novay/notifier-module
Make sure you have configured your Laravel Mail correctly to see this magic happen.
This file config can be found on
Module\Config\config.php. You can enable/disable this module from there or to specify the e-mail address that will receive notifications.

Notifier Modules is licensed under the MIT license and originaly owned by Jeremy Kenedy for both personal and commercial products. Enjoy!