yazidsupriadi/yii2-alert-nf

Widget alert twitter bootsrap for Yii2 Framework

v1.0.0 2019-06-18 14:02 UTC

This package is auto-updated.

Last update: 2025-06-19 04:14:24 UTC


README

Widget alert twitter bootsrap for Yii2 Framework

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

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