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
krekas
krekas10mo ago
You can't catch notifications
MohamedSabil83
MohamedSabil8310mo ago
@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.

Did you find this page helpful?