Factory::setPresenceVerifier()

void setPresenceVerifier(PresenceVerifierInterface $presenceVerifier) Set the Presence Verifier implementation. Parameters PresenceVerifierInterface $presenceVerifier Return Value void

Collection::groupBy()

Collection groupBy(callable|string $groupBy, bool $preserveKeys = false) Group an associative array by a field or using a callback. Parameters callable|string $groupBy bool $preserveKeys Return Value Collection

Connection::useDefaultSchemaGrammar()

void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void

DatabaseNotification::offsetUnset()

void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void

SeedCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

User::reguard()

static void reguard() Enable the mass assignment restrictions. Return Value void

Pivot::with()

static Builder|Model with(array|string $relations) Begin querying a model with eager loading. Parameters array|string $relations Return Value Builder|Model

Factory::exists()

bool exists(string $view) Determine if a given view exists. Parameters string $view Return Value bool

ArrayStore::flush()

void flush() Remove all items from the cache. Return Value void

Grammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string