MailMessage::line()
  • References/PHP/Laravel/Notifications/Messages

$this line(Action|string $line)

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

static Model forceCreate(array $attributes)

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

bool isDeferred() Determine if the provider is deferred.

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

static void saved(Closure|string $callback, int $priority)

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

bool getIncrementing() Get the value indicating whether the IDs are incrementing

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

ArrayIterator getIterator()

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

string askWithCompletion(string $question, array $choices, string $default = null)

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

$this error() Indicate that the notification gives information about an

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

$this setRelations(array $relations) Set the entire relations array on

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

string getCreatedAtColumn() Get the name of the "created at" column.

2025-01-10 15:47:30