安装YrPHP - kwinH/YrPHP GitHub Wiki
通过 Composer Create-Project
composer create-project kwin/yrphp yrphp
Git安装
YrPHP拆分为多个仓库,主要包括:
之所以设计为应用和核心仓库分离,是为了支持
Composer
单独更新核心框架。
应用项目:https://github.com/kwinH/YrPHP 核心框架:https://github.com/kwinH/YrPHP-Core
首先克隆下载应用项目仓库
git clone https://github.com/kwinH/YrPHP blog
然后切换到blog
目录下面,再克隆核心框架仓库:
git clone https://github.com/kwinH/YrPHP-Core YrPHP