You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients. [This Package](https://packagist.org/packages/jeremykenedy/laravel-exception-notifier) 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, 6, 7, 8, and 9+.
21
+
Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients.
22
+
[This Package](https://packagist.org/packages/jeremykenedy/laravel-exception-notifier) includes all necessary traits, views, configs, and Mailers for email notifications upon your applications exceptions.
23
+
You can customize who send to, cc to, bcc to, enable/disable, and custom subject or default subject based on environment.
24
+
Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, 7, 8, 9, and 10.
22
25
23
26
Get the errors and fix them before the client even reports them, that's why this exists!
24
27
25
28
## Requirements
26
-
*[Laravel 5.2+, 6, 7, 8, or 9+](https://laravel.com/docs/installation)
29
+
*[Laravel 5.2+, 6, 7, 8, 9, or 10](https://laravel.com/docs/installation)
27
30
28
31
## Installation Instructions
29
32
1. From your projects root folder in terminal run:
0 commit comments