Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
cuiliang 13e014b7d9 yiichina 9 years ago
..
ActiveField.php yiichina 9 years ago
ActiveForm.php version 2.0.1 84b42ab 10 years ago
Alert.php version 2.0.1 84b42ab 10 years ago
BootstrapAsset.php version 2.0.1 84b42ab 10 years ago
BootstrapPluginAsset.php version 2.0.1 84b42ab 10 years ago
BootstrapThemeAsset.php version 2.0.1 84b42ab 10 years ago
Button.php yiichina 9 years ago
ButtonDropdown.php yiichina 9 years ago
ButtonGroup.php yiichina 9 years ago
CHANGELOG.md yiichina 9 years ago
Carousel.php yiichina 9 years ago
Collapse.php yiichina 9 years ago
Dropdown.php yiichina 9 years ago
Modal.php version 2.0.1 84b42ab 10 years ago
Nav.php yiichina 9 years ago
NavBar.php version 2.0.1 84b42ab 10 years ago
Progress.php yiichina 9 years ago
README.md yiichina 9 years ago
Tabs.php yiichina 9 years ago
Widget.php yiichina 9 years ago
composer.json Reverted #7459, #7469, #7470 10 years ago

README.md

Twitter Bootstrap Extension for Yii 2

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

This repository is a git submodule of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

This is the Twitter Bootstrap extension for Yii 2. It encapsulates Bootstrap components and plugins in terms of Yii widgets, and thus makes using Bootstrap components/plugins in Yii applications extremely easy. 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']) ?>

yiichina/master

Installation

The preferred way to install this extension is through composer.

Either run

<<<<<<< HEAD
php composer.phar require --prefer-dist yiisoft/yii2-bootstrap
=======
php composer.phar require --prefer-dist yiisoft/yii2-bootstrap "*"
>>>>>>> yiichina/master

or add

<<<<<<< HEAD
"yiisoft/yii2-bootstrap": "~2.0.0"
=======
"yiisoft/yii2-bootstrap": "*"
>>>>>>> yiichina/master

to the require section of your composer.json file.

<<<<<<< HEAD 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']) ?>

=======

yiichina/master