AuthManager

AuthManager class AuthManager implements Factory (View source) Traits CreatesUserProviders

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

JoinClause::addWhereExistsQuery()

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

MorphPivot::setConnectionResolver()

static void setConnectionResolver(ConnectionResolverInterface $resolver) Set the connection resolver instance. Parameters ConnectionResolverInterface $resolver Return Value void

DatabaseUserProvider::updateRememberToken()

void updateRememberToken(Authenticatable $user, string $token) Update the "remember me" token for the given user in storage. Parameters Authenticatable $user string $token Return Value void

JoinClause::orWhereColumn()

Builder|Builder orWhereColumn(string|array $first, string|null $operator = null, string|null $second = null) Add an "or where" clause comparing two columns to the query. Parameters string|array $first string|null $operator string|null $second Return Value Builder|Builder

SQLiteConnection::setPdo()

$this setPdo(PDO|null $pdo) Set the PDO connection. Parameters PDO|null $pdo Return Value $this Exceptions RuntimeException

VendorPublishCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

SQLiteConnection::logQuery()

void logQuery(string $query, array $bindings, float|null $time = null) Log a query in the connection's query log. Parameters string $query array $bindings float|null $time Return Value void

ResponseFactory::redirectTo()

RedirectResponse redirectTo(string $path, int $status = 302, array $headers = array(), bool|null $secure = null) Create a new redirect response to the given path. Parameters string $path int $status array $headers bool|null $secure Return Value RedirectResponse