取消自动加载中对composer包的支持

This commit is contained in:
7IN0SAN9
2016-03-24 14:58:37 +08:00
parent 690b092ded
commit 5a73a0b5ea
3 changed files with 3 additions and 102 deletions

View File

@@ -71,7 +71,7 @@ www WEB部署目录或者子目录
│ ├─mode 应用模式目录
│ ├─tpl 系统模板目录
│ ├─tests 单元测试文件目录
│ ├─vendor 第三方类库目录Composer依赖库
│ ├─vendor 第三方类库目录
│ ├─base.php 基础定义文件
│ ├─convention.php 框架惯例配置文件
│ ├─helper.php 助手函数文件