config — 获取配置文件
mixed config (string $file, [string $key = null], [mixed $default = null])
config() 从配置文件 file 中读取数据,返回 key 键名对应的键值。如果该索引没有被配置返回 default值,如果未指定 key键名,则返回整个配置数组。