Answers for "Class 'ZipArchive' not found"

0

zip not found

sudo apt-get install zip
Posted by: Guest on July-27-2020
0

Class 'ZipArchive' not found

sudo apt-get install php-zip
sudo phpenmod zip
sudo service apache2 restart
Posted by: Guest on August-27-2021
-1

ziparchive laravel not found

For the ZipArchive class to be present, PHP needs to have the zip extension installed.

See this page for installation instructions (both Linux and Windows).
Posted by: Guest on October-14-2020

Code answers related to "Class 'ZipArchive' not found"

Browse Popular Code Answers by Language