# yii2-config **Repository Path**: fakis/yii2-config ## Basic Information - **Project Name**: yii2-config - **Description**: 配置功能 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-18 - **Last Updated**: 2022-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 配置功能 [![Yii2](https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat)](http://www.yiiframework.com/) ## Installation The preferred way to install this extension is through [composer](http://getcomposer.org/download/). Either run ``` php composer.phar require --prefer-dist fakis/yii2-config "*" ``` or add ``` "fakis/yii2-config": "*" ``` to the require section of your `composer.json` file.