ViewClearCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

ViewClearCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Response::message()

string|null message() Get the response message. Return Value string|null

Log::alert()

void alert(string $message, array $context = array()) Log an alert message to the logs. Parameters string $message array $context Return Value void

Factory::replacer()

void replacer(string $rule, Closure|string $replacer) Register a custom implicit validator message replacer. Parameters string $rule Closure|string $replacer Return Value void

Processor::processInsertGetId()

int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int

Validator::setValueNames()

$this setValueNames(array $values) Set the custom values on the validator. Parameters array $values Return Value $this

ResetCommand

ResetCommand class ResetCommand extends BaseCommand (View source) Traits ConfirmableTrait

Container::share()

Closure share(Closure $closure) Wrap a Closure such that it is shared. Parameters Closure $closure Return Value Closure

Container::offsetSet()

void offsetSet(string $key, mixed $value) Set the value at a given offset. Parameters string $key mixed $value Return Value void