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

Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Community Partners