$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
Arr class Arr (View source) Traits Macroable
bool validateCredentials(Authenticatable $user, array $credentials) Validate a user against the given credentials. Parameters Authenticatable $user array $credentials Return Value bool
string guessPackagePath() Guess the package path for the provider. Return Value string
Builder|Builder unionAll(Builder|Closure $query) Add a union all statement to the query. Parameters Builder|Closure $query Return Value Builder|Builder
Collection whereIn(string $key, mixed $values, bool $strict = false) Filter items by the given key value pair. Parameters string $key mixed $values bool $strict Return Value Collection
bool connected(string $name = null) Determine if the driver is connected. Parameters string $name Return Value bool
void singleton(string|array $abstract, Closure|string|null $concrete = null) Register a shared binding in the container. Parameters string|array $abstract Closure|string|null $concrete Return Value void
$this header(string $key, array|string $values, bool $replace = true) Set a header on the Response. Parameters string $key array|string $values bool $replace Return Value $this
Page 772 of 996