bahmandhymaschaniago/yii2-alert-nf

Yii Framework 2 的 Twitter Bootstrap 警报小部件

安装: 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-14 18:58:46 UTC


README

Yii Framework 2 的 Twitter Bootstrap 警报小部件

安装

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

运行以下命令之一:

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

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

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

使用方法

一旦安装了扩展,只需在您的代码中使用即可

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