NotificationFailed::__construct()
  • References/PHP/Laravel/Notifications/Events

void __construct(mixed $notifiable, Notification $notification

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

static Model create(array $attributes = array())

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

$this subject(string $subject) Set the subject of the 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::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