ResponseTrait::throwResponse()

throwResponse() Throws the response in a HttpResponseException instance. Exceptions HttpResponseException

TranslationServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

ConfigCacheCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

BaseCommand::question()

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

ProviderMakeCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

JoinClause::insertGetId()

int insertGetId(array $values, string $sequence = null) Insert a new record and get the value of the primary key. Parameters array $values string $sequence Return Value int

Blueprint::morphs()

void morphs(string $name, string|null $indexName = null) Add the proper columns for a polymorphic table. Parameters string $name string|null $indexName Return Value void

Collection::all()

array all() Get all of the items in the collection. Return Value array

Blueprint::double()

Fluent double(string $column, int|null $total = null, int|null $places = null) Create a new double column on the table. Parameters string $column int|null $total int|null $places Return Value Fluent

JoinClause::forNestedWhere()

Builder forNestedWhere() Create a new query instance for nested where condition. Return Value Builder