Laravel-如何将日志文件创建为文本文件

时间:2019-06-25 16:16:28

标签: php laravel

我的代码如下所示:

HashSet<Report> reports = new HashSet<Report>(new ReportComparer())

我创建了一个端点。我还用端点和另一个表的输出填充表。

现在的问题是,如何使用其中的任何内容生成日志文件并将其保存为文本文件(.txt):

  

请求$ request

我要将其保存到此表中:

notification_log

  

通知错误

enter image description here

notification_log

0 个答案:

没有答案