laravel上传文件自定义文件名

我们在通过laravel框架来上传文件时

默认为store这个时候系统会自动生成文件名

怎么样自己自定义文件名呢?

只需要使用storeas即可

```
$path = $request->file('image')->storeAs('public',$image_name);
```

    A+
发布日期:2021年06月29日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: