修改了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 文件刪除即可 親測