messagebird icon indicating copy to clipboard operation
messagebird copied to clipboard

Messagebird notifications channel for Laravel

Results 3 messagebird issues
Sort by recently updated
recently updated
newest added

You can pass the notification instance to the `routeNotificationFor` call, so you can do this in your `User` model: ```php public function routeNotificationForMessagebird(Notification $notification) { // } ``` Previously, `null`...

Help is wanted regarding implementing Github actions for this project. PR's welcome!

Currently, use of this package is inconsistent. In most cases (for example in the `via` method), the channel needs to be `MessagebirdChannel::class`. However, when routing an anonymous notification, the channel...