I am trying to figure out how I can send errors to my email in Laravel 5. I haven\'t had much luck finding any good resources.
There used to be good packages like: http
You can use the Exception Handler for this. Place your mail code in the report function and it will email you the error every time one occurs.