Builder::whereExists()

$this whereExists(Closure $callback, string $boolean = 'and', bool $not = false) Add an exists clause to the query. Parameters Closure $callback string $boolean bool $not Return Value $this

ConfigClearCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

Connection::setDatabaseName()

string setDatabaseName(string $database) Set the name of the connected database. Parameters string $database Return Value string

PasswordResetServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

Support\Traits

Illuminate\Support\Traits Classes CapsuleManagerTrait MacroableTrait

Collection::sum()

mixed sum(callable|string|null $callback = null) Get the sum of the given values. Parameters callable|string|null $callback Return Value mixed

Factory::addLocation()

void addLocation(string $location) Add a location to the array of view locations. Parameters string $location Return Value void

StatusCommand::getLaravel()

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

SeedCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

HasValue::toString()

string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string