reaway/think-config
最新稳定版本:v8.0.0
Composer 安装命令:
composer require reaway/think-config
包简介
think config
README 文档
README
安装
composer require reaway/think-config
用法
use Think\Component\Config\Facade\ConfigFacade; require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; // load $file = __DIR__ . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'cache.php'; ConfigFacade::load($file, 'cache'); ConfigFacade::get('cache');
统计信息
- 总下载量: 61
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 8
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2026-03-08