Yii2-extension for bootstrap-languages
This project is distributed under the terms of the Apache Software License, Version 2.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist xfg/yii2-bootstrap-languages "*"
or add
"xfg/yii2-bootstrap-languages": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply add next code to your asset bundle :
public $depends = [
'xfg\bootstrapLanguages\BootstrapLanguagesAsset',
];