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

$this line(Action|string $line)

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

mixed min(callable|string|null $callback = null) Get the min value of a

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

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

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

$this setVisible(array $visible) Set the visible attributes for the model

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

static void unguard(bool $state = true) Disable all mass assignable

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

$this from(string $username, string|null $icon = null) Set a custom user

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

Collection take(int $limit)

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

array attributesToArray() Convert the model's attributes to an array.

2025-01-10 15:47:30