yii2project module使用Yii2构建Dot Project克隆
Yii2项目模块使用Yii2构建的Dot-Project克隆安装步骤:
- 修改你的项目的composer.json文件,添加以下内容:
\"repositories\": [
{ \"type\": \"vcs\", \"url\": \"https://github.com/istt/yii2-project-module\", \"reference\": \"master\" },
...
],
\"require\": {
...
\"istt/yii2-project-module\": \"*\",
...
}
- 然后运行以下命令:
php composer update
\"repositories\": [
{ \"type\": \"vcs\", \"url\": \"https://github.com/istt/yii2-project-module\", \"reference\": \"master\" },
...
],
\"require\": {
...
\"istt/yii2-project-module\": \"*\",
...
}
php composer update
下载地址
用户评论