Can't install laravel installer via composer

前端 未结 14 2094
栀梦
栀梦 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:20

    For PHP 7.2 in Ubuntu 18.04 LTS

    sudo apt-get install php7.2-zip
    

    Works like a charm

提交回复
热议问题