void resolving(string $abstract, Closure $callback = null) Register a new resolving callback. Parameters string $abstract Closure $callback Return Value void
void extend(string $rule, Closure|string $extension, string $message = null) Register a custom validator extension. Parameters string $rule Closure|string $extension string $message Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
void dropSoftDeletes() Indicate that the soft delete column should be dropped. Return Value void
Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection
mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed
AbstractSchemaManager getDoctrineSchemaManager() Get the Doctrine DBAL schema manager for the connection. Return Value AbstractSchemaManager
Collection shuffle(int $seed = null) Shuffle the items in the collection. Parameters int $seed Return Value Collection
string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string
Page 143 of 996