Uncaught ReflectionException: Class log does not exist Laravel 5.2

前端 未结 25 2195
长情又很酷
长情又很酷 2020-11-27 17:15

I am currently trying to clone an existing project of mine from github. After clone I run composer install during the process I receive the following error:

25条回答
  •  醉话见心
    2020-11-27 17:37

    In my case, a comma is missing in my config file (config/app.php) after I merged my branch to master.

    my code snippet

    it was a syntax error, but didn't display it.

提交回复
热议问题