ChannelManager::driver()
  • References/PHP/Laravel/Notifications

mixed driver(string $driver = null) Get a driver instance.

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

void table(array $headers, Arrayable|array $rows,

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

notifications() Get the entity's notifications.

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

$this setObservableEvents(array $observables) Set the observable event

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

Model newInstance(array $attributes = array(), bool $exists

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

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

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

void addVisible(array|string|null $attributes = null) Add visible attributes

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

$this syncOriginalAttribute(string $attribute) Sync a single original attribute

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

static mixed unguarded(callable $callback) Run the given callable

2025-01-10 15:47:30