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

ConsoleMakeCommand::option()

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

ViewPublishCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

ValidatesWhenResolved::validate()

void validate() Validate the given class instance. Return Value void

SQLiteConnection::getTablePrefix()

string getTablePrefix() Get the table prefix for the connection. Return Value string

SQLiteConnection::listen()

void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void

CookieServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

EncryptedStore::pull()

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

Application::bind()

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

WorkCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool