string updatedAt() Get the name of the "updated at" column. Return Value string
array broadcastWith() Get the data that should be sent with the broadcasted event. Return Value array
Application getLaravel() Get the Laravel application instance. Return Value Application
isStarted() {@inheritdoc}
Collection getEager() Get the relationship for eager loading. Return Value Collection
$this whereBetween(string $column, array $values, string $boolean = 'and', bool $not = false) Add a where between statement to the query. Parameters string $column array $values string $boolean bool $not Return Value $this
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
void terminate() Terminate the application. Return Value void
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 505 of 996