Laravel在服务器中请求本地文件(file_put_contents)

时间:2017-02-19 00:36:21

标签: php laravel

我正在开发一个Laravel应用程序,在我上传到服务器之前一切都很好,然后我收到了这个错误

  

file_put_contents(/ home / vagrant / sites / controltienda / storage / framework / sessions / Gm7GMQ0Lb5c2PSMWatoZZrVf6XvTXxOnF0PJB9RH):无法打开流:没有这样的文件或目录

我不知道它为什么要从我的本地驱动器请求一些文件,显然它不存在,我已经尝试了以下内容:

php artisan route:clear
php artisan route:cache
composer dump-autoload
php artisan cache:clear

没有太大的成功。我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

所以我一直在搜索,我找到了这个较老的问题Laravel wrong view path。我跑了php artisan config:cache,这就是所有人。

感谢重播。