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

前端 未结 13 770
被撕碎了的回忆
被撕碎了的回忆 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 14:05

    If you are using Ubuntu and PHP 7.2, use this...

    sudo apt-get update
    sudo apt-get install zip unzip php7.2-zip
    
    0 讨论(0)
提交回复
热议问题