dev-master
9999999-devNotification module
BSD-3-Clause
The Requires
by gofmana
extension yii2 notification module event
Notification module
Notification module, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist gofmanaa/yii2-notification "*"
or add, (*4)
"gofmanaa/yii2-notification": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
<?= \gofmanaa\notification\models\Notification::push('Event message',Notification::TYPE_DEFAULT); ?>
Put to header menu:, (*7)
\gofmanaa\notification\widgets\NotificationWidget::widget();
Notification module
BSD-3-Clause
extension yii2 notification module event