Router::patch()

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

ListFailedCommand::__construct()

void __construct() Create a new console command instance. Return Value void

SubscribeCommand deprecated::__construct()

void __construct() Create a new console command instance. Return Value void

ViewClearCommand::option()

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

ResourceRegistrar::getResourceUri()

string getResourceUri(string $resource) Get the base resource URI for a given resource. Parameters string $resource Return Value string

MySqlConnection::disconnect()

void disconnect() Disconnect from the underlying PDO connection. Return Value void

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

Application::afterResolving()

void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback. Parameters string $abstract Closure $callback Return Value void

ViewPublishCommand::table()

void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void

MySqlBuilder::hasTable()

bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool