Can't install laravel installer via composer

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

    For macOs users you can use Homebrew instead :

    # For php v7.0
    brew install php@7.0
    
    # For php v7.1
    brew install php@7.1
    
    # For php v7.2
    brew install php@7.2
    
    # For php v7.3
    brew install php@7.3
    
    # For php v7.4
    brew install php@7.4
    

提交回复
热议问题