ekache99/yii2-alert-nf

Twitter Bootstrap 的 Widget Alert 组件,适用于 Yii Framework 2

安装次数: 7

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

v1.0.0 2016-06-05 05:10 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:42:36 UTC


README

Twitter Bootstrap 的 Widget Alert 组件,适用于 Yii Framework 2

安装

安装此扩展的首选方式是通过 composer

运行以下命令之一:

php composer.phar require --prefer-dist ekache99/yii2-alert-nf "*"

或者在您的 composer.json 文件的 require 部分添加

"ekache99/yii2-alert-nf": "*"

to

使用

扩展安装后,只需在代码中使用它即可

<?= \ekache99\alert\Alert::widget(); ?>