IronConnector class IronConnector implements
void line(string $string) Write a string as standard output.
Application getLaravel()
bool confirm(string $question, bool $default = false) Confirm a question
string askWithCompletion(string $question, array $choices, string $default = null)
mixed push(string $job, mixed $data = '', string $queue = null) Push a
string getName() Get the name of the queued job class.
string anticipate(string $question, array $choices, string $default = null)
void warn(string $string) Write a string as warning output.
string getQueue(string|null $queue) Get the queue or return the default
Page 7 of 65