$this get(string $uri, array $headers = array()) Visit the given URI with a GET request. Parameters string $uri array $headers Return Value $this
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
Page 165 of 996