cygwin中配置composer

在cygwin中安装配置composer需要以下步骤:

1、创建一个存放composer的目录;

2、在该目录下运行:

php -r "readfile('https://getcomposer.org/installer');" | php

3、下载完毕之后:

alias composer="php C:/bin/composer.phar"


你可能感兴趣的:(cygwin中配置composer)