# 項目配置
## 配置
在開始編寫項目之前,我們需要對項目進行配置,讓框架知道我們的需求
## 文件
項目的配置文件具體如下:
> /app/config/core.php 核心配置文件
> /app/config/cache.php 緩存配置文件
> /app/config/database.php 數據庫配置文件
> /app/config/route.php 路由配置文件
> /app/config/template.php 模板引擎配置文件
> /app/config/tools.php 工具集配置文件