Uncaught ReflectionException: Class log does not exist Laravel 5.2

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

    I was noticing the same behavior after adding a few lines to my .env files. Spaces are not allowed without quotes, and so this can be fixed like:

    APP_YOUR_NAME="A value with some spaces"

提交回复
热议问题