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:
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 ...