这是我使用的代码: $file = Storage::get('input/TESTING.mp4');$newer->video = $file; 我得到这个错误(来自我的代码的第二行): file_exists() expects parameter 1 to be a valid path, string given 文件确实存在,我100%确定,Laravel正在找到它。我使用Storage::exists()函数对其进行了测试。 我不知道问题出在哪里,如果有任何帮助,
我正在运行php artisan cache:clear来通过SSH清除Godaddy共享主机中的缓存。 我的其他artisan命令起作用了,但php artisan cache:clear不起作用。 我收到以下错误: Failed to clear cache. Make sure you have the appropriate permissions.