atrisa/yii2-alert-nf

为 Yii Framework 2 定制的 Twitter bootstrap 弹出提示小部件

安装次数: 3

依赖: 0

建议: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

v1.0.0 2019-06-20 08:22 UTC

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(); ?>```