我正在尝试配置一个新的laravel项目,但是无论如何我总是会遇到以下错误:
file_put_contents(C:\Users\bla...\Documents\GitHub\project\storage\framework/sessions/yB2Ji8maEDu0fXZLpZ5VBnDzIhLdaeA7aYdVMjOf): failed to open stream: No such file or directory
我尝试重新安装homestead / laravel / vagrant,我也一次又一次地运行以下命令和更多的artisan命令:
php artisan config:cache
php artisan cache:clear
php artisan optimize
我还对无业游民的盒子内的文件/文件夹具有chmod特权,但仍然无法阻止我通过此错误,有什么想法吗?该项目本身在我的vm内完美创建。
答案 0 :(得分:0)
删除yourProject / storage / framework / sessions中的所有文件,然后运行php artisan view:clear
和php artisan config:clear