Factory::decrementRender()

void decrementRender() Decrement the rendering counter. Return Value void

Repository::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

BelongsToMany::createdAt()

string createdAt() Get the name of the "created at" column. Return Value string

User::newCollection()

Collection newCollection(array $models = array()) Create a new Eloquent Collection instance. Parameters array $models Return Value Collection

BelongsTo::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed

EventMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

RedisTaggedCache::put()

void put(string $key, mixed $value, DateTime|float|int $minutes = null) Store an item in the cache. Parameters string $key mixed $value DateTime|float|int $minutes Return Value void

SqlServerConnection::isDoctrineAvailable()

bool isDoctrineAvailable() Is Doctrine available? Return Value bool

Event::between()

$this between(string $startTime, string $endTime) Schedule the event to run between start and end time. Parameters string $startTime string $endTime Return Value $this

MorphPivot::delete()

bool|null delete() Delete the pivot model record from the database. Return Value bool|null