jundi / yii2-alert-nf
为 Yii Framework 2 的 Twitter Bootstrap 风格的 Widget Alert
dev-master
2019-06-18 09:40 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-09-18 21:25:11 UTC
README
为 Yii Framework 2 的 Twitter Bootstrap 风格的 Widget Alert
安装
安装此扩展的首选方法是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist jundi/yii2-alert-nf "*"
或者在您的 composer.json 文件的 require 部分添加
"jundi/yii2-alert-nf": "*"
。
使用方法
扩展安装完成后,只需在代码中使用它即可
<?= \jund\alert\AutoloadExample::widget(); ?>```