string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string firing() Get the event that is currently firing. Return Value string
void __construct(Schedule $schedule) Create a new command instance. Parameters Schedule $schedule Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
bool migrationExists(string $migration, string $destination) Determine if the migration is already published. Parameters string $migration string $destination Return Value bool
static mixed __callStatic(string $method, array $parameters) Handle dynamic static method calls into the method. Parameters string $method array $parameters Return Value mixed
mixed min(callable|string|null $callback = null) Get the min value of a given key. Parameters callable|string|null $callback Return Value mixed
TaggedCache tags(array|mixed $names) Begin executing a new tags operation. Parameters array|mixed $names Return Value TaggedCache
bool exists() Determine if any rows exist for the current query. Return Value bool
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
Page 289 of 996