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

bool|null delete() Delete the model from the database.

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

array getDictionary(ArrayAccess|array|null $items = null)

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

array provides() Get the services provided by the provider.

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

bool __isset(string $key) Determine if an attribute or relation exists

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

$this setUpdatedAt(mixed $value) Set the value of the "updated at" attribute

2025-01-10 15:47:30