Laravel Exception Notifier will send an email of the error along with the stack trace to the chosen recipients. You can customize who send to, cc to, bcc to, enable/disable, and custom subject or default subject baseā¦ GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Laravel 5.4 and below Register the package with laravel in config/app.php under providers with the following: Publish the packages view, mailer, and config files by running the following from your projects root folder: In App\Exceptions\Handler.php include the additional following classes in the head: In App\Exceptions\Handler.php replace the report() method with: In App\Exceptions\Handler.php add the method sendEmail(): Configure your email settings in the .env file. Add the following (optional) settings to your .env file and enter your settings: Laravel-Exception-Notifier | A Laravel Exceptions Email Notification Package is open-sourced software licensed under the MIT license