NotificationTableCommand::arguments()
  • References/PHP/Laravel/Notifications/Console

array arguments() Get all of the arguments passed to the command.

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

string|array argument(string $key = null) Get the value of a command argument

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

$this fillable(array $fillable) Set the fillable attributes for the model

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

static void flushEventListeners() Remove all of the event listeners

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

void __construct(mixed $notifiable, Notification $notification

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

Collection toBase()

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

void notify(mixed $instance) Send the given notification.

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

void __construct(Application $app)

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

Collection keyBy(callable|string $keyBy)

2025-01-10 15:47:30