bahmandhymaschaniago/yii2-alert-nf

Widget Alert twitter bootstrap for Yii Framework 2

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

This package is not auto-updated.

Last update: 2024-09-28 19:09:42 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(); ?>