修正composer安装,完善console模式

This commit is contained in:
yunwuxin
2016-03-28 15:44:56 +08:00
parent 1cb86e4a3b
commit fd2c58bfb8
7 changed files with 62 additions and 14 deletions

View File

@@ -71,12 +71,14 @@ www WEB部署目录或者子目录
│ ├─mode 应用模式目录
│ ├─tpl 系统模板目录
│ ├─tests 单元测试文件目录
│ ├─vendor 第三方类库目录
│ ├─base.php 基础定义文件
│ ├─convention.php 框架惯例配置文件
│ ├─helper.php 助手函数文件
│ ├─phpunit.xml phpunit配置文件
│ └─start.php 框架入口文件
├─extend 扩展类库目录
├─vendor 第三方类库目录Composer依赖库
~~~
> router.php用于php自带webserver支持可用于快速测试