peinhu / AetherUpload-Laravel

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

上传根目录如何修改? #72

Open datangkang123 opened 4 years ago

datangkang123 commented 4 years ago

置文件,上传根目录名位于 storage/app/ 下,如何修改为public/uploads目录?或者使用储存引擎。

peinhu commented 4 years ago

根据laravel规范,上传的文件都应该位于app下,本扩展包使用了laravel手册中的文件保存方法,文件只能被保存在app目录,如果需要保存在其他目录,可以尝试使用linux系统提供的软链接功能,效果类似storage:link这个artisan命令,可以参考一下它的实现方式。

发自我的 iPhone

在 2019年10月4日,21:37,datangkang123 notifications@github.com 写道:

置文件,上传根目录名位于 storage/app/ 下,如何修改为public/uploads目录?或者使用储存引擎。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.