PHP error: “The zip extension and unzip command are both missing, skipping.”

前端 未结 13 812
被撕碎了的回忆
被撕碎了的回忆 2020-12-12 13:12

When I run a composer update I get this error message:

Loading composer repositories with package information
Updating dependencies (including r         


        
13条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-12 13:49

    I got this error when I installed Laravel 5.5 on my digitalocean cloud server (Ubuntu 18.04 and PHP 7.2) and the following command fixed it.

    sudo apt install zip unzip php7.2-zip

提交回复
热议问题