DatabaseQueue::pop()

Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null

MorphToMany::addEagerConstraints()

void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void

Builder::getConnection()

Connection getConnection() Get the database connection instance. Return Value Connection

URL::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

ListFailedCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

View::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Collection::forPage()

Collection forPage(int $page, int $perPage) "Paginate" the collection by slicing it into a smaller collection. Parameters int $page int $perPage Return Value Collection

Model::morphTo()

MorphTo morphTo(string $name = null, string $type = null, string $id = null) Define a polymorphic, inverse one-to-one or many relationship. Parameters string $name string $type string $id Return Value MorphTo

Connection::logQuery()

void logQuery(string $query, array $bindings, float|null $time = null) Log a query in the connection's query log. Parameters string $query array $bindings float|null $time Return Value void

MorphToMany::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void