bool hasRule(string $attribute, string|array $rules) Determine if the given attribute has a rule in the given set. Parameters string $attribute string|array $rules Return Value bool
void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
Application getLaravel() Get the Laravel application instance. Return Value Application
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
$this quarterly() Schedule the event to run quarterly. Return Value $this
bool isReadable(string $path) Determine if the given path is readable. Parameters string $path Return Value bool
Page 168 of 996