PostgresConnection::getSchemaGrammar()

Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar

MigrateMakeCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

DatabaseNotification::resolveConnection()

static Connection resolveConnection(string|null $connection = null) Resolve a connection instance. Parameters string|null $connection Return Value Connection

Blueprint::enum()

Fluent enum(string $column, array $allowed) Create a new enum column on the table. Parameters string $column array $allowed Return Value Fluent

JoinClause::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

HasManyThrough::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

Builder::where()

$this where(string|Closure $column, string $operator = null, mixed $value = null, string $boolean = 'and') Add a basic where clause to the query. Parameters string|Closure $column string $operator mixed $value string $boolean Return Value $this

HasManyThrough::getParent()

Model getParent() Get the parent model of the relation. Return Value Model

JoinClause::raw()

Expression raw(mixed $value) Create a raw database expression. Parameters mixed $value Return Value Expression

Route::setUri()

$this setUri(string $uri) Set the URI that the route responds to. Parameters string $uri Return Value $this