StorageLinkCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

User::setTable()

$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this

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

MorphToMany::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

MorphToMany::wherePivotIn()

BelongsToMany wherePivotIn(string $column, mixed $values, string $boolean = 'and', bool $not = false) Set a "where in" clause for a pivot table column. Parameters string $column mixed $values string $boolean bool $not Return Value BelongsToMany

Session

Illuminate\Session Namespaces Illuminate\Session\Console

MorphToMany::orWherePivot()

BelongsToMany orWherePivot(string $column, string $operator = null, mixed $value = null) Set an "or where" clause for a pivot table column. Parameters string $column string $operator mixed $value Return Value BelongsToMany

PostgresConnection::update()

int update(string $query, array $bindings = array()) Run an update statement against the database. Parameters string $query array $bindings Return Value int

SortedMiddleware::keys()

Collection keys() Get the keys of the collection items. Return Value Collection

MessageBag::getFormat()

string getFormat() Get the default message format. Return Value string