yiche/config

There is no license information available for the latest version (v1.0) of this package.

基础库-配置管理

v1.0 2019-04-09 05:36 UTC

This package is not auto-updated.

Last update: 2024-09-19 10:41:44 UTC


README

配置管理

  • 安装
  • composer require yiche/config:dev-master
  • php artisan yiche:config-install

使用

use Yiche\Config\Models\SapiConfig;

$config_key = 'ali.oss';
$sapi_config = new SapiConfig();
$config_value = $sapi_config->getConfigValue('ali.oss');