问答 / 0 / 1 / 创建于 6年前
视频中作者用logger()这个方法写入日志,请问这个是插件还是自己写的方法?
vendor/laravel/framework/src/Illuminate/Foundation/helpers.php
function logger($message = null, array $context = []) { if (is_null($message)) { return app('log'); } return app('log')->debug($message, $context); }
我要举报该,理由是:
推荐文章: