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

$this setVisible(array $visible) Set the visible attributes for the model

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

string getKeyName() Get the primary key for the model.

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

Collection take(int $limit)

2025-01-10 15:47:30
NotificationSending
  • References/PHP/Laravel/Notifications/Events

NotificationSending class NotificationSending (

2025-01-10 15:47:30
NotificationTableCommand::error()
  • References/PHP/Laravel/Notifications/Console

void error(string $string, null|int|string $verbosity = null) Write a string

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

void send(Collection|array|mixed $notifiables, mixed $notification)

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

Model find(mixed $key, mixed $default = null)

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

array jsonSerialize() Convert the object into something JSON serializable

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

bool getIncrementing() Get the value indicating whether the IDs are incrementing

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

void __wakeup() Restore the model after serialization.

2025-01-10 15:47:30