void delete() Delete the job from the queue. Return Value void
void setDefaultDriver(string $name) Set the default session driver name. Parameters string $name Return Value void
$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
bool isDeferred() Determine if the provider is deferred. Return Value bool
void info(string $message, array $context = array()) Log an informational message to the logs. Parameters string $message array $context Return Value void
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
Fluent mediumText(string $column) Create a new medium text column on the table. Parameters string $column Return Value Fluent
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
Page 285 of 996