Grammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this

Arr

Arr class Arr (View source) Traits Macroable

EloquentUserProvider::validateCredentials()

bool validateCredentials(Authenticatable $user, array $credentials) Validate a user against the given credentials. Parameters Authenticatable $user array $credentials Return Value bool

PublisherServiceProvider::guessPackagePath()

string guessPackagePath() Guess the package path for the provider. Return Value string

Builder::unionAll()

Builder|Builder unionAll(Builder|Closure $query) Add a union all statement to the query. Parameters Builder|Closure $query Return Value Builder|Builder

Collection::whereIn()

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

QueueManager::connected()

bool connected(string $name = null) Determine if the driver is connected. Parameters string $name Return Value bool

Container::singleton()

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

Application::singleton()

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

Response::header()

$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