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:
composer install
In my case, a comma is missing in my config file (config/app.php) after I merged my branch to master.
it was a syntax error, but didn't display it.