yiimaker / yii2-configuration
Configuration
Installs: 1 480
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
README
Configuration component is designed for key-value type data storage.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yiimaker/yii2-configuration "*"
or add
"yiimaker/yii2-configuration": "*"
to the require section of your composer.json
file.