RemindersControllerCommand::line()

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

Registrar::put()

void put(string $uri, Closure|array|string $action) Register a new PUT route with the router. Parameters string $uri Closure|array|string $action Return Value void

DownCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

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

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

RollbackCommand::argument()

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

FileViewFinder::addExtension()

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

BusServiceProvider::isDeferred()

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

RedirectResponse::withCookies()

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