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

array jsonSerialize() Convert the object into something JSON serializable

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

static mixed __callStatic(string $method, array $parameters) Handle

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

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

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

bool hasArgument(string|int $name) Determine if the given argument is present

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

void offsetSet(mixed $offset, mixed $value) Set the value for a given offset

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

$this success() Indicate that the notification gives information about

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

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

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

$this level(string $level) Set the "level" of the notification (success

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

array getDrivers() Get all of the created "drivers".

2025-01-10 15:47:30