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

$this makeVisible(array|string $attributes) Make the given, typically hidden

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

$this attach(string $file, array $options = array()) Attach a file to the

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

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

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

$this attachment(Closure $callback)

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

static mixed addGlobalScope(Scope|

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

string implode(string $value, string $glue = null) Concatenate values of

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

mixed pull(mixed $key, mixed $default = null) Get and remove an item from

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

$this delay(DateTime|int|null $delay)

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