composer 使用

  • 修改默认的安装目录

在composer.json中添加如下内容

{
    "config":
    {
        "vendor-dir": "yii"
    }
}

相关文章

此处评论已关闭