PostgresGrammar::compileIndex()

string compileIndex(Blueprint $blueprint, Fluent $command) Compile a plain index key command. Parameters Blueprint $blueprint Fluent $command Return Value string

Artisan::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

BelongsToMany::first()

mixed first(array $columns = array('*')) Execute the query and get the first result. Parameters array $columns Return Value mixed

DatabaseStore::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

Builder::count()

int count(string $columns = '*') Retrieve the "count" result of the query. Parameters string $columns Return Value int

SqlServerGrammar::compileDropForeign()

string compileDropForeign(Blueprint $blueprint, Fluent $command) Compile a drop foreign key command. Parameters Blueprint $blueprint Fluent $command Return Value string

In

In class In (View source) Methods void __construct(array $values) Create a new in rule instance. string __toString() Convert the rule to a validation string.

SQLiteGrammar::compileChange()

array compileChange(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a change column command into a series of SQL statements. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array Exceptions RuntimeException

ConfigClearCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

LengthAwarePaginator::appends()

$this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. Parameters array|string $key string|null $value Return Value $this