Worker::daemon()

void daemon(string $connectionName, string $queue, WorkerOptions $options) Listen to the given queue in a loop. Parameters string $connectionName string $queue WorkerOptions $options Return Value void

RemindersControllerCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

Paginator::setPageName()

$this setPageName(string $name) Set the query string variable used to store the page. Parameters string $name Return Value $this

RestartCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Pivot::fresh()

$this|null fresh(array|string $with = array()) Reload a fresh model instance from the database. Parameters array|string $with Return Value $this|null

Validator::addExtensions()

void addExtensions(array $extensions) Register an array of custom validator extensions. Parameters array $extensions Return Value void

Mailer::setQueue()

$this setQueue(Factory $queue) Set the queue manager instance. Parameters Factory $queue Return Value $this

ConfigPublishCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

RetryCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

JoinClause::limit()

$this limit(int $value) Set the "limit" value of the query. Parameters int $value Return Value $this