DatabaseNotification::guard()
  • References/PHP/Laravel/Notifications

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

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

mixed __call(string $method, array $parameters) Dynamically handle calls

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

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

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

bool isDeferred() Determine if the provider is deferred.

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

string implode(string $value, string $glue = null) Concatenate values of

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

$this title(string $title, string $url = null) Set the title of the attachment

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

Builder|

2025-01-10 15:47:30