JoinClause::join()

$this join(string $table, string $one, string $operator = null, string $two = null, string $type = 'inner', bool $where = false) Add a join clause to the query. Parameters string $table string $one string $operator string $two string $type bool $where Return Value $this

NotificationTableCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

Contracts\Cache

Illuminate\Contracts\Cache Interfaces Factory Repository Store

Filesystem::setVisibility()

void setVisibility(string $path, string $visibility) Set the visibility for the given path. Parameters string $path string $visibility Return Value void

JobMakeCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Log

Illuminate\Log Classes LogServiceProvider Writer

DB::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Str::startsWith()

static bool startsWith(string $haystack, string|array $needles) Determine if a given string starts with a given substring. Parameters string $haystack string|array $needles Return Value bool

Rule::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

JoinClause::setBindings()

$this setBindings(array $bindings, string $type = 'where') Set the bindings on the query builder. Parameters array $bindings string $type Return Value $this Exceptions InvalidArgumentException