本篇文章介绍的内容是PHP composer安装 ,现在分享给大家,有需要的朋友可以参考一下
php -r "readfile('https://getcomposer.org/installer');" > composer-setup.phpphp composer-setup.phpphp -r "unlink('composer-setup.php');"
cp composer.phar /usr/local/bin/composer
composer config -g repo.packagist composer https://packagist.phpcomposer.com
composer install --no-scripts
chown -R www:www ./
相关推荐:
<a href="http://www.php.cn/php-weizijiaocheng-390846.html" target="_self">composer安装和使用方法</a>
以上是PHP composer安装 的详细内容。更多信息请关注PHP中文网其他相关文章!