Store::put()

void put(string|array $key, mixed $value = null) Put a key / value pair or array of key / value pairs in the session. Parameters string|array $key mixed $value Return Value void

TableCommand::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

NotificationTableCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

SqlServerGrammar::compileDropPrimary()

string compileDropPrimary(Blueprint $blueprint, Fluent $command) Compile a drop primary key command. Parameters Blueprint $blueprint Fluent $command Return Value string

StorageLinkCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

Application::bindIf()

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void

ClosureCommand::ask()

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

SupportsBasicAuth::basic()

Response|null basic(string $field = 'email', array $extraConditions = array()) Attempt to authenticate using HTTP Basic Auth. Parameters string $field array $extraConditions Return Value Response|null

RetryCommand

RetryCommand class RetryCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command string|array argument(string $key

Router::delete()

void delete(string $uri, Closure|array|string $action = null) Register a new DELETE route with the router. Parameters string $uri Closure|array|string $action Return Value void