@bwrigley You have to trigger your event. That is the only way to trigger your pusher notification.
event(new YourClassName())
Summer Sale! All accounts are 50% off this week.
I think I'm probably thinking about this wrong but I would like to seed my database with notifications for testing.
I have various front-end components that display unreadNotifications() counts and links to view them etc.
However, I can't seem to find a way to create notifications without actually triggering my Pusher broadcasts.
Notification::fake() doesn't seem to create a database entry.
Am I going about this the wrong way?
Please or to participate in this conversation.