void register() Register the service provider. Return Value void
void fire() Execute the console command. Return Value void
Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection
mixed aggregate(string $function, array $columns = array('*')) Execute an aggregate function on the database. Parameters string $function array $columns Return Value mixed
void timestampsTz() Add creation and update timestampTz columns to the table. Return Value void
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
Page 166 of 996