The Laravel Error Notifier package sends you an email and a slack notification whenever 500 internal server errors happen in your application. This package only works for laravel 8 and 9.

In your /app/Exceptions/Handler.php file, in the register method, add \ErrorNotifier\Notify\Helper::getError($e); this must be inside reportable callback public function register() { $this->reportable(function (Throwable $e) { \ErrorNotifier\Notify\Helper::getError($e); }); } By default this package sends a notification immediately after the error occurred i.e without waiting for the users description of the error, you can disable this by adding NOTIFIER_INSTANT=false in your.env file.

You can send notifications to multiple recipients by adding multiple emails as a string in a comma-separated format without space
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners