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
void __construct() Create a new console command instance. Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
string getResourceUri(string $resource) Get the base resource URI for a given resource. Parameters string $resource Return Value string
void disconnect() Disconnect from the underlying PDO connection. Return Value void
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
void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback. Parameters string $abstract Closure $callback Return Value void
void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void
bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool
Page 655 of 996