TableCommand::fire()

void fire() Execute the console command. Return Value void

ListFailedCommand::confirm()

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

ViewServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

Mailable::with()

$this with(string|array $key, mixed $value = null) Set the view data for the message. Parameters string|array $key mixed $value Return Value $this

ViewServiceProvider::registerBladeEngine()

void registerBladeEngine(EngineResolver $resolver) Register the Blade engine implementation. Parameters EngineResolver $resolver Return Value void

DownCommand::askWithCompletion()

string askWithCompletion(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

Collection::find()

Model find(mixed $key, mixed $default = null) Find a model in the collection by key. Parameters mixed $key mixed $default Return Value Model

MakeControllerCommand::ask()

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

Builder::setBindings()

$this setBindings(array $bindings, string $type = 'where') Set the bindings on the query builder. Parameters array $bindings string $type Return Value $this Exceptions InvalidArgumentException

Authenticated::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array