wangerx / yii2-bootstrap4
为 Yii 框架提供的 Twitter Bootstrap4 扩展
dev-master
2019-11-08 03:32 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-09-08 14:06:29 UTC
README
为 Yii 框架提供的 Twitter Bootstrap4 扩展
安装
安装此扩展的首选方式是通过 composer。
运行
php composer.phar require --prefer-dist wangerx/yii2-bootstrap4 "*"
或者在您的 composer.json
文件的 require 部分添加
"wangerx/yii2-bootstrap4": "*"
to
使用
一旦扩展安装完成,只需在代码中通过
<?= \yii2\bootstrap4\AutoloadExample::widget(); ?>```