thiagotalma/yii2-notify

Widget for Yii Framework 2.0 to use Bootstrap Notify

Installs: 4 043

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 5

Forks: 1

Type:yii2-extension

dev-master 2018-01-31 16:02 UTC

This package is not auto-updated.

Last update: 2024-10-26 16:22:07 UTC


README

Widget for Yii Framework 2.0 to use Bootstrap Notify

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist thiagotalma/yii2-notify "*"

or add

"thiagotalma/yii2-notify": "dev-master"

to the require section of your composer.json file.

Usage

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

<?= \talma\widget\Notify::widget(); ?>;