NotificationTableCommand::confirm()
  • References/PHP/Laravel/Notifications/Console

bool confirm(string $question, bool $default = false) Confirm a question

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

array toArray() Get an array representation of the message.

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

array|null send(mixed $notifiable, Notification $notification)

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

array getFillable() Get the fillable attributes for the model.

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

mixed offsetGet(mixed $offset) Get the value for a given offset.

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

array mode(null $key = null) Get the mode of a given key.

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

$this onConnection(string|null $connection) Set the desired connection

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

MorphToMany morphedByMany(string

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

HasOne hasOne(string $related, string

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

mixed routeNotificationFor(string $driver) Get the notification routing

2025-01-10 15:47:30