Can't install laravel installer via composer

前端 未结 14 2110
栀梦
栀梦 2020-11-27 13:04

I\'m trying to install laravel installer with the composer on my Ubuntu PC, but I get this error during the installation. `Your requirements could not be resolved to an inst

14条回答
  •  庸人自扰
    2020-11-27 13:09

    For Ubuntu 16.04, I have used this command for PHP7.2 and it worked for me.

    sudo apt-get install php7.2-zip
    

提交回复
热议问题