DatabaseNotificationCollection::forget()
  • References/PHP/Laravel/Notifications

$this forget(string|array $keys) Remove an item from the collection by

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

$this syncOriginal() Sync the original attributes with the current.

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

MorphTo morphTo(string $name = null

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

array toArray() Convert the model instance to an array.

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

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

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

string freshTimestampString() Get a fresh timestamp for the model.

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

notifications() Get the entity's notifications.

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

unreadNotifications() Get the entity's unread notifications.

2025-01-10 15:47:30
MailMessage::to()
  • References/PHP/Laravel/Notifications/Messages

$this to(string|array $address) Set the recipient address for the mail

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

static bool hasGlobalScope(Scope|string $scope)

2025-01-10 15:47:30