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