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

VendorPublishCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

LengthAwarePaginator::offsetUnset()

void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void

HasOne::getBaseQuery()

Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder

TableCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

Paginator::fragment()

$this|string fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. Parameters string|null $fragment Return Value $this|string

SyncJob::release()

void release(int $delay) Release the job back into the queue. Parameters int $delay Return Value void

DatabaseJob::isDeleted()

bool isDeleted() Determine if the job has been deleted. Return Value bool

Pivot::__unset()

void __unset(string $key) Unset an attribute on the model. Parameters string $key Return Value void

Pluralizer

Pluralizer class Pluralizer (View source) Properties static array $uncountable Uncountable word forms.