hardtyz / yii2-envconfig
Yii2 config by system environments
0.0.4
2018-12-13 10:17 UTC
Requires
- php: >=7.0.0
- yiisoft/yii2: 2.0.*
- yiisoft/yii2-composer: 2.0.*
This package is auto-updated.
Last update: 2025-03-14 00:15:07 UTC
README
1. Instalation
The preferred way to install this extension is through composer.
and add next lines to composer.json
"repositories": [
{
"url": "https://bitbucket.org/HardTYZ/yii2-envconfig",
"type": "git"
}
]
and add line to require section of composer.json
"hardtyz/yii2-envconfig": "*"
Usage
Example configuration
In progress