edoriansyah / yii2-alert-nf
为Yii Framework 2的twitter bootstrap预警小部件
v1.0.0
2016-06-04 19:14 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-09-14 16:24:14 UTC
README
为Yii Framework 2的twitter bootstrap预警小部件
安装
安装此扩展的首选方式是通过composer。
运行以下命令之一:
php composer.phar require --prefer-dist edoriansyah/yii2-alert-nf "*"
或
"edoriansyah/yii2-alert-nf": "*"
将以下内容添加到您的composer.json
文件的require部分。
使用方法
安装扩展后,只需在您的代码中通过以下方式使用它:
<?= \edoriansyah\alert\Alert::widget(); ?>