【发布时间】:2019-10-16 11:08:13
【问题描述】:
我将图像保存在 storage/app/public 中,并创建了指向 public/storage 的符号链接,该链接运行良好,但是当我尝试使用 Storage :: get ($path) 方法获取图像时,我收到了 FileNotFoundException .我想知道如何在我的代码中获取我的图像
$fichier=Storage::get('storage/avatarDebutFemme.png');
Illuminate \ Contracts \ Filesystem \ FileNotFoundException storage/avatarDebutFemme.png
以前的例外情况
在路径中找不到文件:storage/avatarDebutFemme.png (0)
【问题讨论】:
标签: laravel get filesystems storage