ekache99 / yii2-alert-nf
Twitter Bootstrap 的 Widget Alert 组件,适用于 Yii Framework 2
v1.0.0
2016-06-05 05:10 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-18 19:42:36 UTC
README
Twitter Bootstrap 的 Widget Alert 组件,适用于 Yii Framework 2
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist ekache99/yii2-alert-nf "*"
或者在您的 composer.json 文件的 require 部分添加
"ekache99/yii2-alert-nf": "*"
to
使用
扩展安装后,只需在代码中使用它即可
<?= \ekache99\alert\Alert::widget(); ?>