清理缓存 "php artisan config:clear 后,报错
Fatal error: Uncaught ReflectionException: Class config does not exist in
D:\phpStudy\WWW\BCCKidV1.0\vendor\laravel\framework\src\Illuminate\Container\Container.php:752
本文介绍在使用PHP Laravel框架时,遇到清除缓存配置后出现的致命错误:ReflectionException,Class config does not exist。提供了两个解决方案:检查.env文件中的空格问题和删除bootstrap/cache目录下的config.php文件。
Fatal error: Uncaught ReflectionException: Class config does not exist in
D:\phpStudy\WWW\BCCKidV1.0\vendor\laravel\framework\src\Illuminate\Container\Container.php:752
4315

被折叠的 条评论
为什么被折叠?