atrisa / yii2-alert-nf
为 Yii Framework 2 定制的 Twitter bootstrap 弹出提示小部件
v1.0.0
2019-06-20 08:22 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-09-21 02:33:01 UTC
README
为 Yii Framework 2 定制的 Twitter bootstrap 弹出提示小部件
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist atrisa/yii2-alert-nf "*"
或将以下内容添加到您的 composer.json
文件的 require 部分中:
"atrisa/yii2-alert-nf": "*"
to the require section of your composer.json
file.
用法
一旦安装了扩展,只需在您的代码中使用它即可
<?= \atrisa\alert\AutoloadExample::widget(); ?>```