git clone https://github.com/orderLee/composer.git
a-2. 移動:
將win下的文件移動到php所在目錄
b. linux:
b-1. 下載:
創(chuàng)新互聯(lián)技術(shù)團隊10多年來致力于為客戶提供網(wǎng)站設(shè)計、成都做網(wǎng)站、成都品牌網(wǎng)站建設(shè)、成都全網(wǎng)營銷、搜索引擎SEO優(yōu)化等服務(wù)。經(jīng)過多年發(fā)展,公司擁有經(jīng)驗豐富的技術(shù)團隊,先后服務(wù)、推廣了超過千家網(wǎng)站,包括各類中小企業(yè)、企事單位、高校等機構(gòu)單位。
git clone https://github.com/orderLee/composer.git
mv composer/linux/composer /bin/
c. 修改composer的鏡像為國內(nèi)鏡像:
composer config -g repo.packagist composer https://packagist.phpcomposer.com
d. 診斷:
composer diagnose
d. 添加pubkey:
地址:https://composer.github.io/pubkeys.html
composer self-update --update-keys
composer update
d. 刪除:
composer remove orderlee/orderlee
e. 搭建框架:
composer create-project orderlee/orderlee
f. 取消設(shè)置的鏡像:
composer config -g --unset repos.packagist