touqeer / yii2-adminlte2-notification
Provide easy to use notification system for yii2 admin lte.
Package info
github.com/teknosuper/touqeershafi-yii2-adminlte-notification
Type:yii2-extension
pkg:composer/touqeer/yii2-adminlte2-notification
dev-master
2015-12-15 09:39 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-23 17:48:43 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(); ?>```