Response::withException()

$this withException(Exception $e) Set the exception to attach to the response. Parameters Exception $e Return Value $this

Factory::incrementLoopIndices()

void incrementLoopIndices() Increment the top loop's indices. Return Value void

Collection::every()

Collection every(int $step, int $offset) Create a new collection consisting of every n-th element. Parameters int $step int $offset Return Value Collection

FileViewFinder::addLocation()

void addLocation(string $location) Add a location to the finder. Parameters string $location Return Value void

Event::runsInEnvironment()

bool runsInEnvironment(string $environment) Determine if the event runs in the given environment. Parameters string $environment Return Value bool

TranslationServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

ResponseTrait::throwResponse()

throwResponse() Throws the response in a HttpResponseException instance. Exceptions HttpResponseException

DatabasePresenceVerifier::getCount()

int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. Parameters string $collection string $column string $value int $excludeId string $idColumn array $extra Return Value int

OptimizeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

EventFake::firing()

string firing() Get the event that is currently firing. Return Value string