Solved - The zip extension and unzip commands are both missing - PHP
Hello Developer,
In this profound tutorial, we will learn The zip extension and unzip commands are both missing php. This post will give you a simple example of the zip extension and unzip command are both missing skipping. you can understand a concept of the zip php extension is not installed ubuntu. let’s discuss about laravel the zip php extension is not installed.
Yesterday, I was setup my PHP laravel application in the new digitalocean server. I installed everything and cloned project from GitHub as well. Then I just call composer install and I found the following error:
The zip extension and unzip/7z commands are both missing,
After, google research i found solution to instal zip and unzip extension in php. so, let's see the below solution.
Solution:
sudo apt-get install zip unzip php-zip
Then, it works for me.
I hope it can work for you.
Thank you
Hardik Savani
I'm a full-stack developer, entrepreneur and owner of ItSolutionstuff.com. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.
We are Recommending you
- PHP Google Recaptcha V2 Example Tutorial
- How to Convert Array to String in PHP?
- How to Check If Date is Past Date in PHP?
- How to Get Next Month Date in PHP?
- How to Subtract Minutes from DateTime in PHP?
- PHP Subtract Month from Date Example
- Laravel PHP json_decode without quotes Example
- PHP Dropzone File Upload on Button Click Example
- PHP Check If Current Date is Between Two Dates Example
- How to Convert String to Date in PHP?
- PHP AngularJS Populate Dynamic Dropdown Example
- Laravel Ajax Image Upload with Validation Example
- PHP Behance API Tutorial with Example