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

array getDates() Get the attributes that should be converted to dates.

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

MorphMany morphMany(string $related

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

$this fill(array $attributes) Fill the model with an array of attributes

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

mixed get(mixed $key, mixed $default = null) Get an item from the collection

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

static void updating(Closure|string $callback, int $priority)

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

array when() Get the events that trigger this service provider to register

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

static void setConnectionResolver(

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

$this setKeyName(string $key) Set the primary key for the model.

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

array getTouchedRelations() Get the relationships that are touched on save

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

static ConnectionResolverInterface

2025-01-10 15:47:30