Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Yii 2 Bootstrap 4 Extension

License

NotificationsYou must be signed in to change notification settings

yiisoft/yii2-bootstrap4

Repository files navigation

Twitter Bootstrap 4 Extension for Yii 2


This is the Twitter Bootstrap extension forYii framework 2.0. It encapsulatesBootstrap 4 componentsand plugins in terms of Yii widgets, and thus makes using Bootstrap components/pluginsin Yii applications extremely easy.

For license information check theLICENSE-file.

Documentation is atdocs/guide/README.md.

Latest Stable VersionTotal DownloadsBuild Status

Installation

The preferred way to install this extension is throughcomposer.

Either run

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

or add

"yiisoft/yii2-bootstrap4": "~2.0.6"

to the require section of yourcomposer.json file.

Usage

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

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

[8]ページ先頭

©2009-2025 Movatter.jp