hardtyz/yii2-envconfig

Yii2 config by system environments

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

0.0.4 2018-12-13 10:17 UTC

This package is auto-updated.

Last update: 2024-04-13 22:11:57 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