gpt4 book ai didi

laravel - 如何确定 Laravel 5.2 的公共(public)目录中存在文件

转载 作者:行者123 更新时间:2023-12-04 14:30:30 25 4
gpt4 key购买 nike

我在 public/image 目录中有一些图像文件,所以我想在保存新文件之前确定该目录中是否存在文件。
如何判断文件是否存在?

最佳答案

file_exists(public_path($name)
这是我在下载文件之前检查文件是否存在的解决方案。

if (file_exists(public_path($name)))
return response()->download(public_path($name));

关于laravel - 如何确定 Laravel 5.2 的公共(public)目录中存在文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35829488/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com