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

string getCreatedAtColumn() Get the name of the "created at" column.

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

$this makeVisible(array|string $attributes) Make the given, typically hidden

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

bool isDeferred() Determine if the provider is deferred.

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

string freshTimestampString() Get a fresh timestamp for the model.

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

notifications() Get the entity's notifications.

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

unreadNotifications() Get the entity's unread notifications.

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