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:
In your .env file make sure you have no spaces for values
for example this is allowed
DB_USERNAME=homestead
this is not allowed
DB_USERNAME=home stead
you can wrap the value in quotes if you have spaces.
DB_USERNAME="home stead"
really wish they used json for the .env file, maybe we should request that feature