Composer install did not install autoload.php and all the dependencies
Problem
When execute 'composer install', the installation failed with the following error
... the zip extension and unzip/7z commands are both missing
Solution
It is because the zip extension isn't enabled in php.ini, Open the php.ini file and uncomment ;extension=zip to extension=zip
Be sure to restart Apache / IIS after.