Answers for "class ziparchive not found laravel"

PHP
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
0

Class 'ZipArchive' not found

enable or uncomment zip extension from the php.ini file
Posted by: Guest on January-11-2022
-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 laravel"

Browse Popular Code Answers by Language