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

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

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

DownCommand::hasArgument()

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

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

RemindersControllerCommand::line()

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

SubstituteBindings::__construct()

void __construct(Registrar $router) Create a new bindings substitutor. Parameters Registrar $router Return Value void

RouteCacheCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool