ismailraji / yii2-alert-nf
为 Yii Framework 2 的 Twitter Bootstrap 风格的 Widget Alert
v1.0.0
2019-06-18 02:35 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-09-18 15:54:55 UTC
README
为 Yii Framework 2 的 Twitter Bootstrap 风格的 Widget Alert
安装
安装此扩展的首选方法是通过 Composer。
运行以下命令之一:
php composer.phar require --prefer-dist ismailraji/yii2-alert-nf "*"
或者将以下内容添加到你的 composer.json
文件的 require 部分:
"ismailraji/yii2-alert-nf": "*"
to the require section of your composer.json
file.
用法
扩展安装完成后,只需在代码中使用即可
<?= \ismailraji\alert\AutoloadExample::widget(); ?>```