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

array getObservableEvents() Get the observable event names.

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

array jsonSerialize() Convert the object into something JSON serializable

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

static mixed __callStatic(string $method, array $parameters) Handle

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

$this guard(array $guarded) Set the guarded attributes for the model.

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

$this success() Indicate that the notification gives information about

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

void send(Collection|array|mixed $notifiables, mixed $notification)

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

$this level(string $level) Set the "level" of the notification (success

2025-01-10 15:47:30