Laravel 8删除引导程序/缓存/配置文件

时间:2020-09-28 11:43:26

标签: laravel laravel-8

我在 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

我有两个问题-

  1. 如果我将对性能有任何影响 删除 bootstrap / cache / config.php

  2. 我可以通过php artisan命令创建此新文件吗?

1 个答案:

答案 0 :(得分:0)

  1. 这取决于您的配置大小,但是在大多数情况下,性能影响会很小。

  2. php artisan config:cache