【发布时间】:2017-10-22 13:19:47
【问题描述】:
我在宅基地上使用 laravel。我尝试了很多不同的命令来清除缓存和其他东西,但没有任何帮助。
我不断收到此错误:
file_put_contents(/Users/Victor/Sites/pft/pft-back/storage/framework/cache/data/05/9f/059f793d8b638b8c21ead7edbba382b9e9183fac): failed to open stream: No such file or directory
我试过的是:
- 为存储文件夹设置 777
php artisan cache:clearphp artisan view:clearphp artisan clear-compiledcomposer dump-autoload
不知道为什么会这样,但我很确定是因为宅基地,因为我最近才开始使用它。
我还尝试了来自 homestead 用户和 mac 用户的所有命令(我在 mac 上运行 homestead)
【问题讨论】: