Message send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value Message
Collection newCollection(array $models = array()) Create a new Eloquent Collection instance. Parameters array $models Return Value Collection
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool
string askWithCompletion(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
void error(string $string) Write a string as error output. Parameters string $string Return Value void
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
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
void decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
Page 869 of 996