touqeer/yii2-adminlte2-notification

Provide easy to use notification system for yii2 admin lte.

dev-master 2015-12-15 09:39 UTC

This package is auto-updated.

Last update: 2024-06-23 14:23:56 UTC


README

Yii2 AdminLte Notification

Provide easy to use notification system for yii2 admin lte.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist touqeer/yii2-adminlte2-notification "*"

or add

"touqeer/yii2-adminlte2-notification": "*"

to the require section of your composer.json file.

Usage

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

<?= \touqeer\notification\AutoloadExample::widget(); ?>```