Pivot::setAppends()

$this setAppends(array $appends) Set the accessors to append to model arrays. Parameters array $appends Return Value $this

Dispatcher::pipeThrough()

$this pipeThrough(array $pipes) Set the pipes through which commands should be piped before dispatching. Parameters array $pipes Return Value $this

VendorPublishCommand::confirm()

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

RedirectResponse::withCookies()

$this withCookies(array $cookies) Add multiple cookies to the response. Parameters array $cookies Return Value $this

BusServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

FileViewFinder::addExtension()

void addExtension(string $extension) Register an extension with the view finder. Parameters string $extension Return Value void

RollbackCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

EventMakeCommand::choice()

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

CommandMakeCommand::choice()

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

PolicyMakeCommand::choice()

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