从私有存储问题Laravel 5.7获取文件

时间:2018-10-17 09:45:01

标签: laravel download storage

我正在尝试从laravel 5.7中的私有存储中提取文件

我无法获取文件。

return Storage::download('/app/storage/download/' . 'file1.txt');

这是错误

File not found at path: app/storage/download/file1.txt

对问题有任何想法吗?

谢谢

1 个答案:

答案 0 :(得分:0)

我需要更新我的 storage_path($ path)