Receber erros via e-mail, Laravel

watch_later
@todo formatar.

https://github.com/abrigham1/laravel-email-exceptions

composer require abrigham/laravel-email-exceptions

Abrigham\LaravelEmailExceptions\EmailExceptionsServiceProvider::class,

app/Exceptions/Handler.php

use Abrigham\LaravelEmailExceptions\Exceptions\EmailHandler as ExceptionHandler;

php artisan vendor:publish --provider="Abrigham\LaravelEmailExceptions\EmailExceptionsServiceProvider"