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

array getAttributes() Get all of the current attributes on the model.

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

static array pathsToPublish(string $provider = null, string $group = null)

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

bool contains(mixed $key, mixed $value = null) Determine if a key exists

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

NexmoMessage class NexmoMessage (

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

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

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

mixed getKey() Get the value of the model's primary key.

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

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

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

void markAsRead() Mark all notification as read.

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

$this fill(array $attributes) Fill the model with an array of attributes

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

void commands(array|mixed $commands) Register the package's custom Artisan

2025-01-10 15:47:30