-
Notifications
You must be signed in to change notification settings - Fork 133
TIGERB edited this page May 21, 2017
·
1 revision
加载框架自定义和用户自定义的配置文件。
配置文件目录:/config/*
├── config [配置目录]
│ ├── demo [模块配置目录]
│ │ ├── config.php [模块自定义配置]
│ │ └── route.php [模块自定义路由]
│ ├── common.php [公共配置]
│ ├── database.php [数据库配置]
│ └── nosql.php [nosql配置]
A Faster Lightweight Full-Stack PHP Framework Power by TIGERB