MailableMailer::later()

mixed later(DateTime|int $delay, Mailable $mailable) Deliver the queued message after the given delay. Parameters DateTime|int $delay Mailable $mailable Return Value mixed

HasManyThrough::getHasCompareKey()

string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string

CommandMakeCommand::askWithCompletion()

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

ClearRemindersCommand::getLaravel()

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

JoinClause::exists()

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

ResetsPasswords::broker()

PasswordBroker broker() Get the broker to be used during password reset. Return Value PasswordBroker

Grammar::parameterize()

string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string

Model::__unset()

void __unset(string $key) Unset an attribute on the model. Parameters string $key Return Value void

SSH::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

DownCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array