我在 Godaddy共享主机 上上传了 localhost项目 。
上传项目后出现此错误
file_put_contents(C:\xampp\htdocs\instant\storage\framework/sessions/FF): failed to open stream: No such file or directory
要消除此错误,我遵循了Stackoverflow answer,并删除了我的 bootstrap / cache / config.php
我有两个问题-
如果我将对性能有任何影响 删除 bootstrap / cache / config.php ?
我可以通过php artisan
命令创建此新文件吗?
答案 0 :(得分:0)
这取决于您的配置大小,但是在大多数情况下,性能影响会很小。
php artisan config:cache