修改了Laravel里面的.env文件之后报这个错误,找半天,找到罪魁祸首了,错误信息:

 

Fatal error: Uncaught ReflectionException: Class config does not exist in 
D:\phpStudy\WWW\BCCKidV1.0\vendor\laravel\framework\src\Illuminate\Container\Container.php:752

 

产生的原因是我的.env里面的参数设置有空格。。。有空格的参数一定要用双引号包起来,改完就解决了

 

bootstrap/cache/config.php 文件删除即可  亲测

相关文章:

  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2022-02-22
  • 2021-05-22
猜你喜欢
  • 2022-02-06
  • 2022-03-04
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
相关资源
相似解决方案