void error(string $string) Write a string as error output. Parameters string $string Return Value void
Builder query() Get a new query builder instance. Return Value Builder
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
Application getLaravel() Get the Laravel application instance. Return Value Application
Illuminate\Routing\Exceptions Exceptions UrlGenerationException
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
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
Page 368 of 996