How to install zip extension for PHP7
Specifically for LAMP stack / webmin
First, install the module
sudo apt-get install php7.0-zip
Then restart the web server
sudo service apache2 restart
sudo service nginx restart
That’s it!
Specifically for LAMP stack / webmin
First, install the module
sudo apt-get install php7.0-zip
Then restart the web server
sudo service apache2 restart
sudo service nginx restart
That’s it!