Supporting utility Module from idfly.
-
To the project file
composer.json
add to therequire
section:"idfly/yii2-components": "dev-master"
-
To the
repositories
section:{ "type": "git", "url": "git@bitbucket.org:idfly/yii2-components.git" }
-
Run
composer update
-
Add this module to the project's configuration list:
$config['modules']['idfly'] = ['class' => 'idfly\Module'];