Skip to main content
The channel calls toPushctl on your notification and resolves the recipient from Laravel’s notification routing.

Route one or several users

Empty or null routes skip the channel without sending. Duplicate IDs are removed before the request.

Queue the notification

Use Laravel’s normal queued-notification pattern:
Queue server-side sends so provider or network latency does not delay a web request.

Send directly

The method returns Laravel’s HTTP Response and throws for unsuccessful responses.