Factory::getCurrentUrl()

string getCurrentUrl() Get the root URL for the request. Return Value string

DatabaseNotificationCollection::__toString()

string __toString() Convert the collection to its string representation. Return Value string

Blueprint::temporary()

void temporary() Indicate that the table needs to be temporary. Return Value void

DatabaseFailedJobProvider::find()

array find(mixed $id) Get a single failed job. Parameters mixed $id Return Value array

JoinClause::whereNotBetween()

Builder|Builder whereNotBetween(string $column, array $values, string $boolean = 'and') Add a where not between statement to the query. Parameters string $column array $values string $boolean Return Value Builder|Builder

ConsoleMakeCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

Application::offsetExists()

bool offsetExists(string $key) Determine if a given offset exists. Parameters string $key Return Value bool

Pivot::usesTimestamps()

bool usesTimestamps() Determine if the model uses timestamps. Return Value bool

ControllerMakeCommand::anticipate()

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

EncryptCookies::disableFor()

void disableFor(string|array $cookieName) Disable encryption for the given cookie name(s). Parameters string|array $cookieName Return Value void