PHP的composer

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/fujian9544/article/details/87876887

安装

网址:https://getcomposer.org/Composer-Setup.exe

问题

Could not open input file: composer

方法一:

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

方法二:

curl -sS https://getcomposer.org/installer | php

猜你喜欢

转载自blog.csdn.net/fujian9544/article/details/87876887