laravel8 使用七牛云上传报错count(): ...

今日使用laravel8上传图片到七牛云报错count(): Parameter must be an array or an object that implements Countable

 

 

 解决方案:

只需在vendor/qiniu/php-sdk/src/Qiniu/Auth.php文件

第117行$body前加上(array)

 

 结果:

 

 

 

 
posted @ 2022-03-29 19:56  旅行者无声  阅读(72)  评论(0)    收藏  举报