int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
void flush() Remove all items from the cache. Return Value void
void setExists(bool $value) Set the existence of the session on the handler if applicable. Parameters bool $value Return Value void
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
$this visitRoute(string $route, array $parameters = array()) Visit the given named route with a GET request. Parameters string $route array $parameters Return Value $this
mixed get(string $key, mixed $default = null) Get the specified configuration value. Parameters string $key mixed $default Return Value mixed
void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void
void __construct() Create a new console command instance. Return Value void
Page 954 of 996