void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void validate() Validate the given class instance. Return Value void
string getTablePrefix() Get the table prefix for the connection. Return Value string
void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
mixed pull(string $key, string $default = null) Get the value of a given key and then forget it. Parameters string $key string $default Return Value mixed
void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding with the container. Parameters string|array $abstract Closure|string|null $concrete bool $shared Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
Page 649 of 996