How to save Reverb Broadcasted notifications to database?
Hi,
I am using Reverb Broadcast and below code sends and displays broadcasted notification properly on the frontend but it is not saved on default notification database for later viewing like when using notification database method. how to save notifications to database when using broadcast method?
Thanks for your help and support
2 Replies
Hi!
You can use this method to save the record in the database.
Here is the link to the documentation.
https://filamentphp.com/docs/3.x/notifications/database-notifications#sending-database-notifications
Thanks a lot for your response, yes that worked perfectly thank you so much π
after some trial and errors as the documentation doesn't clearly point out to it this is how I have implemented it