DEV Community

Md-Abul-Hasan
Md-Abul-Hasan

Posted on

Answer: PHP error: "The zip extension and unzip command are both missing, skipping."

Please check your composer status first

composer diagnose

If the status showing

zip: extension not found, unzip not available, 7-Zip not available

then

  1. Open your XAMPP Server
  2. Apache -> config button ->Click "PHP(php.ini)"
  3. Find "zip"
  4. ";extension = zip will shown
  5. Remove the semicolon and save the file
  6. Restart your XAMPP…

Top comments (0)