laravel输出文件到浏览器乱码

$file = resource_path('test.jpg');
$type = mime_content_type($file);
return response()->file($file, ['Content-type' => $type]);  //之前第二个参数不用加就可以,更新扩展包后,输出文件乱码,加上第二个参数后就可以了
posted @ 2022-10-21 13:42  CanyingV  阅读(66)  评论(0编辑  收藏  举报