Composer 常用命令

composer require appbolaget/dd 下载包文件
composer remove appbolaget/dd 移除包文件
切换中国镜像
参考 https://pkg.phpcomposer.com/
在 json 文件添加 转换中国镜像
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}创建本地仓库
composer install 安装建立依赖


提交github仓库

提交到composer仓库



发表评论