Uncaught ReflectionException: Class log does not exist

環境

laravel5.2 + PHP7.2

總是運行命令時報錯

PHP Fatal error:  Uncaught ReflectionException: Class log does not exist in D:\phpstudy_pro\WWW\daka_admin\vendor\laravel\framework\src\Illuminate\Container\Container.php:734
Stack trace:

網上說是.env文件格式有問題,檢查後並無問題。

解決方法:

https://stackoverflow.com/questions/34978828/uncaught-reflectionexception-class-log-does-not-exist-laravel-5-2

 

 原來是配置文件裏使用了 url函數

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章