RestartCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Dispatcher::firing()

string firing() Get the event that is currently firing. Return Value string

ScheduleRunCommand::__construct()

void __construct(Schedule $schedule) Create a new command instance. Parameters Schedule $schedule Return Value void

ConfigClearCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

MigrationPublisher::migrationExists()

bool migrationExists(string $migration, string $destination) Determine if the migration is already published. Parameters string $migration string $destination Return Value bool

MorphPivot::__callStatic()

static mixed __callStatic(string $method, array $parameters) Handle dynamic static method calls into the method. Parameters string $method array $parameters Return Value mixed

Collection::min()

mixed min(callable|string|null $callback = null) Get the min value of a given key. Parameters callable|string|null $callback Return Value mixed

ArrayStore::tags()

TaggedCache tags(array|mixed $names) Begin executing a new tags operation. Parameters array|mixed $names Return Value TaggedCache

Builder::exists()

bool exists() Determine if any rows exist for the current query. Return Value bool

MailMakeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool