peinhu / AetherUpload-Laravel

A Laravel package to upload large files 上传大文件的Laravel扩展包
GNU General Public License v2.0
917 stars 126 forks source link

composer无法安装????报错 content length error .................... #85

Open fine129 opened 4 years ago

fine129 commented 4 years ago

试了多次,windows 环境长时间没反应, linux环境是content length error........。..。。

peinhu commented 4 years ago

超大文件?是不是在99%快完成的时候失败的?

peinhu commented 4 years ago

你的意思是composer安装的这一步就出错了吗?

fine129 commented 4 years ago

昨天反复安装,都是composer安装错误。今天再次尝试,linux可以安装了。。不过,在示例页面上传二哥大文件,没找到存储地方。请问这个包支持laravel 6+吗?我本机是laravel6,准备以后升级到最新的lravel,,

peinhu commented 4 years ago

之前测试过可以支持laravel6,秒传功能需要修改一下laravel的redis配置,laravel6把默认的redis驱动从predis改成了phpredis,需要改回去。 储存位置一般不用关心,通过示例中给定的方式就能获取上传的文件,config/aetherupload.php配置文件中可以修改储存根目录的位置。