void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
void addConstraints() Set the base constraints on the relation query. Return Value void
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
Fluent unsignedBigInteger(string $column, bool $autoIncrement = false) Create a new unsigned big integer (8-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent
string resolveName() Get the resolved name of the queued job class. Return Value string
Collection flatten(int $depth = INF) Get a flattened array of the items in the collection. Parameters int $depth Return Value Collection
int|bool decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
void useDefaultQueryGrammar() Set the query grammar to the default implementation. Return Value void
void put(string $key, mixed $value, DateTime|float|int $minutes) Store an item in the cache. Parameters string $key mixed $value DateTime|float|int $minutes Return Value void
Page 992 of 996