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

bool push() Save the model and all of its relationships.

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

Collection union(mixed $items)

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

Collection where(string $key, mixed $operator, mixed $value = null)

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

MorphMany morphMany(string $related

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

mixed routeNotificationFor(string $driver) Get the notification routing

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

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

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

array jsonSerialize() Convert the object into something JSON serializable

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

CachingIterator getCachingIterator(int $flags = CachingIterator::CALL_TOSTRING)

2025-01-10 15:47:30