herlina/yii2-alert-nf

Widget Alert twitter bootstrap for Yii Framework 2

v1.0.0 2019-06-18 04:46 UTC

This package is auto-updated.

Last update: 2025-06-19 15:57:05 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 herlina/yii2-alert-nf "*"

or add

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

<?= \herlina\alert\AutoloadExample::widget(); ?>```