throwResponse() Throws the response in a HttpResponseException instance. Exceptions HttpResponseException
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
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
void info(string $string) Write a string as information output. Parameters string $string Return Value void
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
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
array all() Get all of the items in the collection. Return Value array
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
Builder forNestedWhere() Create a new query instance for nested where condition. Return Value Builder
Page 736 of 996