bahmandhymaschaniago/yii2-alert-nf

Widget Alert twitter bootstrap for Yii Framework 2

Maintainers

Package info

github.com/bahmandhymaschaniago/yii2-alert-nf

Type:yii2-extension

pkg:composer/bahmandhymaschaniago/yii2-alert-nf

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 02:54:06 UTC


README

Widget Alert twitter bootstrap for Yii Framework 2

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

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