novay/notifier-module

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

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:laravel-module

1.0 2020-01-19 15:36 UTC

This package is auto-updated.

Last update: 2024-04-21 00:07:45 UTC


README

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+