rahayunurmansyah/yii2-alert

Widget twitter boostrap for Yii framework 2.0

dev-master 2021-01-11 09:09 UTC

This package is not auto-updated.

Last update: 2025-07-09 05:42:51 UTC


README

Widget twitter boostrap for Yii framework 2.0

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"rahayunurmansyah/yii2-alert": "*"

to the require section of your composer.json file.

Usage

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

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