void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
Illuminate\Routing\Exceptions Exceptions UrlGenerationException
Application getLaravel() Get the Laravel application instance. Return Value Application
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
Builder query() Get a new query builder instance. Return Value Builder
void error(string $string) Write a string as error output. Parameters string $string 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
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 info(string $string) Write a string as information output. Parameters string $string Return Value void
Page 441 of 996