You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this notification bundle with Symfony 5, it works perfectly, but I got stuck to use the following mentioned events with Symfony 5.
These are the following events, and few of them are required for me to fetch and show details runtime at the time of event dispatch. I want to up bell count no when a notification is created or assigned. To do this there are events. I was tried to use it but it always shows in the not listened event list in the profiler.
'mgilet.notification.created'
'mgilet.notification.assigned' -> when a notification is added to a notifiable entity
'mgilet.notification.seen'
'mgilet.notification.unseen'
'mgilet.notification.modified'
'mgilet.notification.removed'
'mgilet.notification.delete'
The text was updated successfully, but these errors were encountered:
virtualmayur
changed the title
I need to understand how to these events with symfony 5.
I need to understand how to listen these events with symfony 5 listener.
Feb 3, 2020
I am using this notification bundle with Symfony 5, it works perfectly, but I got stuck to use the following mentioned events with Symfony 5.
These are the following events, and few of them are required for me to fetch and show details runtime at the time of event dispatch. I want to up bell count no when a notification is created or assigned. To do this there are events. I was tried to use it but it always shows in the not listened event list in the profiler.
'mgilet.notification.created'
'mgilet.notification.assigned' -> when a notification is added to a notifiable entity
'mgilet.notification.seen'
'mgilet.notification.unseen'
'mgilet.notification.modified'
'mgilet.notification.removed'
'mgilet.notification.delete'
@marcelglaeser @avramcosmin @matthieumota @Viperoo @emulienfou @4ssil
Hey guys can anyone of you please help me in this.
I have seen @aquibbaig you also done this, please help me there.
The text was updated successfully, but these errors were encountered: