Application getLaravel() Get the Laravel application instance. Return Value Application
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string|null message() Get the response message. Return Value string|null
void alert(string $message, array $context = array()) Log an alert message to the logs. Parameters string $message array $context Return Value void
void replacer(string $rule, Closure|string $replacer) Register a custom implicit validator message replacer. Parameters string $rule Closure|string $replacer Return Value void
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
$this setValueNames(array $values) Set the custom values on the validator. Parameters array $values Return Value $this
ResetCommand class ResetCommand extends BaseCommand (View source) Traits ConfirmableTrait
Closure share(Closure $closure) Wrap a Closure such that it is shared. Parameters Closure $closure Return Value Closure
void offsetSet(string $key, mixed $value) Set the value at a given offset. Parameters string $key mixed $value Return Value void
Page 221 of 996