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

$this guard(array $guarded) Set the guarded attributes for the model.

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

$this from(string $username, string|null $icon = null) Set a custom user

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

Collection take(int $limit)

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

array attributesToArray() Convert the model's attributes to an array.

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

mixed __call(string $method, array $parameters) Dynamically handle calls

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

array broadcastWith() Get the data that should be sent with the broadcasted

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

void deliverVia(string $channel) Set the default channel driver name.

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

string __toString() Convert the collection to its string representation

2025-01-10 15:47:30