Install - marmot-cn/marmot-framework GitHub Wiki
安装框架
安装框架通过使用composer
包, x.x
为具体的版本号. 一般稳定版可以使用~x.x
, 这样小版本的优化不会影响上层代码构建修改.
"require": {
"chloroplast/marmot-framework": "~x.x"
}
安装框架通过使用composer
包, x.x
为具体的版本号. 一般稳定版可以使用~x.x
, 这样小版本的优化不会影响上层代码构建修改.
"require": {
"chloroplast/marmot-framework": "~x.x"
}