Laravel 5 Send Errors to Email

前端 未结 9 858
野的像风
野的像风 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 11:11

    Theres a package here https://github.com/designmynight/laravel-log-mailer that adds a mail driver to Laravel 5.6's LogManager which should do exactly what you are after.

    There are configuration settings in the config/logging.php file and you can create different mail channels for logging information to different recipients. The email template is also customisable.

提交回复
热议问题