MailMessage::error()
  • References/PHP/Laravel/Notifications/Messages

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

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

Model send(mixed $notifiable,

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

bool touch() Update the model's update timestamp.

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

void __set(string $key, mixed $value) Dynamically set attributes on the

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

mixed pipe(callable $callback) Pass the collection to the given callback

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

mixed reduce(callable $callback, mixed $initial = null) Reduce the collection

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

$this content(string $content) Set the message content.

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

mixed|null median(null $key = null) Get the median of a given key.

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

$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning

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

bool isClean(array|string|null $attributes = null) Determine if the model

2025-01-10 15:47:30