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)
结果:

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

解决方案:
结果:

