Uncaught ReflectionException: Class log does not exist Laravel 5.2

前端 未结 25 2209
长情又很酷
长情又很酷 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:32

    Yes as said by @jakehallas . Its not related to what is showing in exception.

    Actually if there is any dababase issue or other config varilables issue causes this.

    Actually when i tried to change something in database.php i just duplicated same file as database-copy.php. I didn't execpt this causes issue.

    After gone through what i have done before i just removed this database-copy.php file its working fine..

    Thanks ...

提交回复
热议问题