Download the PHP package topthink/think-yaconf without Composer
On this page you can find all versions of the php package topthink/think-yaconf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download topthink/think-yaconf
More information about topthink/think-yaconf
Files in topthink/think-yaconf
Download topthink/think-yaconf
More information about topthink/think-yaconf
Files in topthink/think-yaconf
Vendor topthink
Package think-yaconf
Short Description Yaconf support for thinkphp
License Apache-2.0
Package think-yaconf
Short Description Yaconf support for thinkphp
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package think-yaconf
Yaconf support for ThinkPHP 6.0
安装
composer require topthink/think-yaconf
然后在app目录下面的provider.php中配置
'think\Config' => 'think\Yaconf',
你可以指定Yaconf的某个文件作为项目的统一配置文件
think\facade\Config::setYaconf('file_name');
All versions of think-yaconf with dependencies
PHP Build Version
Package Version
Requires
topthink/framework Version
^6.0.0
The package topthink/think-yaconf contains the following files
Loading the files please wait ....