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:
Solved this issue after removing space in the .env file (view .env in sublime because vi editor doesn't show space at end of the .env file.) and run below commands.