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

string joiningTable(string $related) Get the joining table name for a many-to-many

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

$this subject(string $subject) Set the subject of the notification.

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

string getActualClassNameForMorph(string $class) Retrieve the fully qualified

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

static Collection hydrateRaw(string $query

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

$this setConnection(string $name) Set the connection associated with the

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

string getForeignKey() Get the default foreign key name for the model.

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

HasOne hasOne(string $related, string

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

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

2025-01-10 15:47:30