ViewClearCommand::comment()

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

ClearResetsCommand::anticipate()

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

HandlerResolver

HandlerResolver interface HandlerResolver (View source) Methods mixed resolveHandler(mixed $command) Get the handler instance for the given command. string getHandlerClass(mixed $command) Get the handler class for the given command. string getHandlerMethod(mixed $command) Get the handler method for the given command. void maps(array $commands) Register command to handler mappings. void mapUsing(Closure $mapper) Register a fallback mapper callback.

JsonResponse::content()

string content() Get the content of the response. Return Value string

ListenCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

Str::words()

static string words(string $value, int $words = 100, string $end = '...') Limit the number of words in a string. Parameters string $value int $words string $end Return Value string

Validator::addCustomAttributes()

$this addCustomAttributes(array $customAttributes) Add custom attributes to the validator. Parameters array $customAttributes Return Value $this

Factory::getLocale()

string getLocale() Get the locale of the paginator. Return Value string

Router::middlewareGroup()

$this middlewareGroup(string $name, array $middleware) Register a group of middleware. Parameters string $name array $middleware Return Value $this

ForgetFailedCommand::line()

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