Laravel 5:开放流异常

时间:2015-10-23 08:18:07

标签: laravel laravel-5

我有时会遇到这个例外:

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

有没有人知道是什么原因引起的?我该怎么办?

1 个答案:

答案 0 :(得分:0)

我怀疑php artisan cache:clear可以解决这个问题。 它试图打开一个不存在的缓存文件。