# 项目配置
## 配置
在开始编写项目之前,我们需要对项目进行配置,让框架知道我们的需求
## 文件
项目的配置文件具体如下:
> /app/config/core.php 核心配置文件
> /app/config/cache.php 缓存配置文件
> /app/config/database.php 数据库配置文件
> /app/config/route.php 路由配置文件
> /app/config/template.php 模板引擎配置文件
> /app/config/tools.php 工具集配置文件