Update README.md

This commit is contained in:
TOP糯米 2019-09-06 10:48:05 +08:00 committed by GitHub
parent 28a59a2fd5
commit 5de9ae17ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,7 @@
*这是一个部分代码源自三年前毕业设计中的代码集合,后经过一系列重构,形成的一套框架。在此准备写一个文档。*
## 目录结构
遵循PSR-2规范的编码风格遵循PSR-4自动加载规范非composer框架可脱离composer运行
遵循PSR-2规范的编码风格遵循PSR-4自动加载规范。
基本目录结构:
```
-application 应用目录
@ -319,7 +319,7 @@ class Extend
'tagLib' => [
\app\home\taglib\Extend::class
]
],
],
```
添加完成后即可在模板中使用
```
@ -1190,4 +1190,3 @@ $instance->get('appid');
```
### Composer
框架支持使用composer文件位置 'composer.json'。