Zipper
                                
                                 Zipper copied to clipboard
                                
                                    Zipper copied to clipboard
                            
                            
                            
                        Error: Your PHP version is not compiled with zip support
I'm getting this error with a Laravel project
Exception in ZipRepository.php line 23: Error: Your PHP version is not compiled with zip support
The application is working perfectly on the local machine, but after it is deployed on a Godaddy hosting account, I'm getting this error.
How to fix it ?
You'll need to contact your hosting provider and their support team. Your PHP version is not compiled with zip support.
I'm getting the same error but I already installed zip with the pecl command and add the extension on php.ini. Any help?
You need to install zipArchive php extenstion, If you're on shared host I'm afraid you can't install it because It won't give you sudo permissions so you need to contact support of your host. Don't forget to restart you apache server.