DatabaseServiceProvider::register()

void register() Register the service provider. Return Value void

RefreshCommand::fire()

void fire() Execute the console command. Return Value void

SortedMiddleware::sort()

Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection

Builder::aggregate()

mixed aggregate(string $function, array $columns = array('*')) Execute an aggregate function on the database. Parameters string $function array $columns Return Value mixed

Blueprint::timestampsTz()

void timestampsTz() Add creation and update timestampTz columns to the table. Return Value void

Validator::hasRule()

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

ClearResetsCommand::question()

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

ChangesCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

ViewClearCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

ControllerMakeCommand::secret()

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