标签: laravel download storage
我正在尝试从laravel 5.7中的私有存储中提取文件
我无法获取文件。
return Storage::download('/app/storage/download/' . 'file1.txt');
这是错误
File not found at path: app/storage/download/file1.txt
对问题有任何想法吗?
谢谢
答案 0 :(得分:0)
我需要更新我的 storage_path($ path)