xfg/yii2-bootstrap-languages

Yii2 bootstrap-languages

Installs: 189

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 2

Open Issues: 0

Type:yii2-extension

v1.0.0 2015-02-28 14:24 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:31:01 UTC


README

Yii2-extension for bootstrap-languages

This project is distributed under the terms of the Apache Software License, Version 2.

Installation

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.

Usage

Once the extension is installed, simply add next code to your asset bundle :

public $depends = [
    'xfg\bootstrapLanguages\BootstrapLanguagesAsset',
];