Filament notifications & Spatie LogsActivity
Hi I'm currently using Spatie's LogsActivity and I'm wondering if it's possible to integrate it with Filament notifications. Specifically, I'd like to log the creation and deletion events of these notifications

3 Replies
sure you can extend the notification model and add the trait etc. Or you can write an observer
I tried both but nothing was executed, not even the dd I put in the observer
Notifications are usually on the queue driver is using the DB so did you restart the queue worker when you made the changes as it caches the files, so it's highly optimised.