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

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

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

void __construct(mixed $notifiable, Notification $notification

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

Collection shuffle(int $seed = null)

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

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

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

$this transform(callable $callback) Transform each item in the collection

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

Collection keyBy(callable|string $keyBy)

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

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship)

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

bool save(array $options = array()) Save the model to the database.

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

$this setDateFormat(string $format) Set the date format used by the model

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

void touchOwners() Touch the owning relations of the model.

2025-01-10 15:47:30