MakeAuthCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

ClearCompiledCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Model::newQueryWithoutScope()

Builder newQueryWithoutScope(Scope|string $scope) Get a new query instance without a given scope. Parameters Scope|string $scope Return Value Builder

ViewClearCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

MailgunTransport::setDomain()

void setDomain(string $domain) Set the domain being used by the transport. Parameters string $domain Return Value void

PostgresGrammar::prefixArray()

array prefixArray(string $prefix, array $values) Add a prefix to an array of values. Parameters string $prefix array $values Return Value array

JoinClause::mergeWheres()

void mergeWheres(array $wheres, array $bindings) Merge an array of where clauses and bindings. Parameters array $wheres array $bindings Return Value void

Relation::rawUpdate()

int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int

CommandMakeCommand::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

IsChecked::__construct()

void __construct(string $selector) Create a new constraint instance. Parameters string $selector Return Value void