mead cff8596724 init 4 éve
..
ActiveField.php cff8596724 init 4 éve
ActiveForm.php cff8596724 init 4 éve
Alert.php cff8596724 init 4 éve
BaseHtml.php cff8596724 init 4 éve
BootstrapAsset.php cff8596724 init 4 éve
BootstrapPluginAsset.php cff8596724 init 4 éve
BootstrapThemeAsset.php cff8596724 init 4 éve
BootstrapWidgetTrait.php cff8596724 init 4 éve
Button.php cff8596724 init 4 éve
ButtonDropdown.php cff8596724 init 4 éve
ButtonGroup.php cff8596724 init 4 éve
CHANGELOG.md cff8596724 init 4 éve
Carousel.php cff8596724 init 4 éve
Collapse.php cff8596724 init 4 éve
Dropdown.php cff8596724 init 4 éve
Html.php cff8596724 init 4 éve
InputWidget.php cff8596724 init 4 éve
Makefile cff8596724 init 4 éve
Modal.php cff8596724 init 4 éve
Nav.php cff8596724 init 4 éve
NavBar.php cff8596724 init 4 éve
Progress.php cff8596724 init 4 éve
README.md cff8596724 init 4 éve
Tabs.php cff8596724 init 4 éve
ToggleButtonGroup.php cff8596724 init 4 éve
Widget.php cff8596724 init 4 éve
composer.json cff8596724 init 4 éve

README.md

Twitter Bootstrap Extension for Yii 2

This is the Twitter Bootstrap extension for Yii framework 2.0. It encapsulates Bootstrap components and plugins in terms of Yii widgets, and thus makes using Bootstrap components/plugins in Yii applications extremely easy.

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yiisoft/yii2-bootstrap

or add

"yiisoft/yii2-bootstrap": "~2.0.0"

to the require section of your composer.json file.

Usage

For example, the following single line of code in a view file would render a Bootstrap Progress plugin:

<?= yii\bootstrap\Progress::widget(['percent' => 60, 'label' => 'test']) ?>