Notifiable::unreadNotifications()
  • References/PHP/Laravel/Notifications

unreadNotifications() Get the entity's unread notifications.

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

Collection flatten(int $depth = INF)

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

$this put(mixed $key, mixed $value) Put an item in the collection by key

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

mixed sum(callable|string|null $callback = null) Get the sum of the given

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

int count() Count the number of items in the collection.

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

array all() Get all of the items in the collection.

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

mixed getKey() Get the value of the model's primary key.

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

static int destroy(array|int $ids) Destroy the models for the

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

void addObservableEvents(array|mixed $observables) Add an observable event

2025-01-10 15:47:30