topthink/think-yaconf

Yaconf support for thinkphp

Installs: 7 623

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 1

Open Issues: 1

pkg:composer/topthink/think-yaconf

v1.0.1 2024-08-07 07:20 UTC

This package is auto-updated.

Last update: 2025-10-07 10:04:47 UTC


README

安装

composer require topthink/think-yaconf

然后在app目录下面的provider.php中配置

'think\Config'	=>	'think\Yaconf',

你可以指定Yaconf的某个文件作为项目的统一配置文件

think\facade\Config::setYaconf('file_name');