DatabaseNotification::created()
  • References/PHP/Laravel/Notifications

static void created(Closure|string $callback, int $priority)

2025-01-10 15:47:30
SendQueuedNotifications::onQueue()
  • References/PHP/Laravel/Notifications

$this onQueue(string|null $queue) Set the desired queue for the job.

2025-01-10 15:47:30
DatabaseNotificationCollection::getQueueableIds()
  • References/PHP/Laravel/Notifications

array getQueueableIds() Get the identifiers for all of the entities.

2025-01-10 15:47:30
DatabaseNotificationCollection::modelKeys()
  • References/PHP/Laravel/Notifications

array modelKeys() Get the array of primary keys.

2025-01-10 15:47:30
DatabaseNotification::newQueryWithoutScope()
  • References/PHP/Laravel/Notifications

Builder newQueryWithoutScope(

2025-01-10 15:47:30
DatabaseNotification::setTouchedRelations()
  • References/PHP/Laravel/Notifications

$this setTouchedRelations(array $touches) Set the relationships that are

2025-01-10 15:47:30
DatabaseNotification::getPerPage()
  • References/PHP/Laravel/Notifications

int getPerPage() Get the number of models to return per page.

2025-01-10 15:47:30
MailChannel::send()
  • References/PHP/Laravel/Notifications/Channels

void send(mixed $notifiable, Notification $notification)

2025-01-10 15:47:30
DatabaseNotificationCollection::reverse()
  • References/PHP/Laravel/Notifications

Collection reverse()

2025-01-10 15:47:30
NexmoSmsChannel::__construct()
  • References/PHP/Laravel/Notifications/Channels

void __construct(Client $nexmo, string $from) Create a new Nexmo channel

2025-01-10 15:47:30