NotificationSending
  • References/PHP/Laravel/Notifications/Events

NotificationSending class NotificationSending (

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::relationsToArray()
  • References/PHP/Laravel/Notifications

array relationsToArray() Get the model's relationships in array form.

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

$this error() Indicate that the notification gives information about an

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

$this setRelations(array $relations) Set the entire relations array on

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

array getHidden() Get the hidden attributes for the model.

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
DatabaseNotificationCollection::map()
  • References/PHP/Laravel/Notifications

Collection map(callable $callback)

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

Model find(mixed $key, mixed $default = null)

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

array getObservableEvents() Get the observable event names.

2025-01-10 15:47:30