Posts

Showing posts with the label notifications

Yii2 machour NotificationsWidget class not found

Image
Clash Royale CLAN TAG #URR8PPP Yii2 machour NotificationsWidget class not found We are trying to run "machour" notification widget in Yii2-Advanced template. We could successfully install the extension through composer. We are getting the following class error: Class 'NotificationsWidget' not found. The above problem is still existing Yii2 notification widget class not found. We are calling following code in layouts folder: use commonmodelsNotification; <?php NotificationsWidget::widget([ 'theme' => NotificationsWidget::THEME_GROWL, 'clientOptions' => [ 'location' => 'br', ], 'counters' => [ '.notifications-header-count', '.notifications-icon-count' ], 'markAllSeenSelector' => '#notification-seen-all', 'listSelector' => '#notifications', ]); ?> And this is...