If in case you have come throughout the next error:
ZipArchive extension: <sturdy>disabled/not put in</sturdy>
This simply means that you’re lacking the php-zip
module.
The best way to repair the ZipArchive extension drawback
Run the next command:
sudo apt-get set up -y php-zip
Now restart Apache2, and also you’re good!
service apache2 restart