I've been trying for a couple of hours now to send push messages to guests of our website, but no matter what I do it seems to run afoul of the way Laravel wants to work - that being, using some sort of Notifiable class, such as User.
Anyone have suggestions as to how to make this work?