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

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

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

bool contains(mixed $key, mixed $value = null) Determine if a key exists

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

mixed channel(string|null $name = null) Get a channel instance.

2025-01-10 15:47:30
SimpleMessage::greeting()
  • References/PHP/Laravel/Notifications/Messages

$this greeting(string $greeting) Set the greeting of the notification.

2025-01-10 15:47:30
SlackMessage::http()
  • References/PHP/Laravel/Notifications/Messages

$this http(array $options) Set additional request options for the Guzzle

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

void offsetSet(mixed $key, mixed $value) Set the item at a given offset

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

void commands(array|mixed $commands) Register the package's custom Artisan

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

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

2025-01-10 15:47:30