famusanindonesia/yii2-alert-nf

Widget alert twitter bootstrap for Yii Framwork 2

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

This package is not auto-updated.

Last update: 2024-09-18 19:14:14 UTC


README

Widget alert twitter bootstrap for Yii Framwork 2

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"famusanindonesia/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 :

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