CentOS下composer安装办法(linux安装composer教程)

全局安装
下载composer.phar文件
curl -sS https://getcomposer.org/installer | php
如果报错,通过下面方式
php -r "readfile('https://getcomposer.org/installer');" | php

mv composer.phar /usr/local/bin/composer

使用国内镜像
composer config -g repo.packagist composer https://packagist.phpcomposer.com


标签:

上一篇管道下while循环中定义的变量在退出while循环时不引用问题
下一篇Nginx的UDP转发配置(nginx支持udp转发吗)

相关文章