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

int call(string $command, array $arguments = array()) Call another console

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

Model newFromBuilder(array $attributes = array(), string|null

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

$this extend(string $driver, Closure $callback)

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

bool confirm(string $question, bool $default = false) Confirm a question

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

Collection forPage(int $page, int $perPage)

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

void __unset(string $key) Unset an attribute on the model.

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

$this load(mixed $relations) Load a set of relationships onto the collection

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

bool touches(string $relation) Determine if the model touches a given relation

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

static void unsetConnectionResolver() Unset the connection resolver

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

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

2025-01-10 15:47:30