How do I catch the notification for Notification in comments?
https://filamentphp.com/plugins/parallax-comments
I am using this package and I want to add Database notifications when comments are posted
https://filamentphp.com/docs/3.x/notifications/database-notifications
but I can't catch the notification when this comment is posted. What should I do?
2 Replies
You can't catch notifications
@Mehmet K. I'm not using that package before, but I guess you can use an observer for the comment model. On the created method on that observer, you can add the code of database notification.