我有时会遇到这个例外:
exception 'ErrorException' with message 'file_put_contents(/srv/site/storage/framework/cache/3e/8d/3e8d4a387e4a5bfc22e94550f8c986bf): failed to open stream: No such file or directory' in /srv/site/vendor/compiled.php:6440
有没有人知道是什么原因引起的?我该怎么办?
答案 0 :(得分:0)
我怀疑php artisan cache:clear
可以解决这个问题。
它试图打开一个不存在的缓存文件。