文件 key file
$request->file('file')
文件后缀
$file->getClientOriginalExtension();
文件存储
$file = '123.png';
$path = $file->storeAs('public/xxx',$file);
创建文件连接
sudo ln -s /xxx/storage/app/public /xxx/public/storage
文件链接
url(Storage::url($path));
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 lzdong@foxmail.com