Laravel 5 Send Errors to Email

前端 未结 9 650
野的像风
野的像风 2021-02-03 10:45

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

9条回答
  •  太阳男子
    2021-02-03 10:48

    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.

提交回复
热议问题