LaravelPackages.net
Acme Inc.
Toggle sidebar
novay/notifier-module

Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients.

12
0
1.0
About novay/notifier-module

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

Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients.

Total Downloads StyleCI License: MIT

Table of contents:

About

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!

Requirements

Installation Instructions

  1. Install Package Via Composer
composer require novay/notifier-module
  1. Done

Make sure you have configured your Laravel Mail correctly to see this magic happen.

  1. Configuration (Next Step)

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.

Screenshots

Email Notification

License

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

For package version, you can find here
Tested & running smoothly on Laravel 6+

Star History Chart