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-05-23 14:10:48 UTC


README

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(); ?>```