DatabaseNotificationCollection::avg()
  • References/PHP/Laravel/Notifications

mixed avg(callable|string|null $callback = null) Get the average value

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

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

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

static Builder|

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

bool isEmpty() Determine if the collection is empty or not.

2025-01-10 15:47:30
BroadcastNotificationCreated::broadcastOn()
  • References/PHP/Laravel/Notifications/Events

array broadcastOn() Get the channels the event should broadcast on.

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

static void clearBootedModels() Clear the list of booted models

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

Carbon freshTimestamp() Get a fresh timestamp for the model.

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

string toJson(int $options) Convert the model instance to JSON.

2025-01-10 15:47:30