MySqlGrammar::compileTableExists()

string compileTableExists() Compile the query to determine the list of tables. Return Value string

ClassFinder

ClassFinder class ClassFinder (View source) Methods array findClasses(string $directory) Find all the class and interface names in a given directory. string|null findClass(string $path) Extract the class name from the file at the given path.

Manager::table()

static Builder table(string $table, string $connection = null) Get a fluent query builder instance. Parameters string $table string $connection Return Value Builder

BelongsTo::getRelationCountQuery()

Builder getRelationCountQuery(Builder $query, Builder $parent) Add the constraints for a relationship count query. Parameters Builder $query Builder $parent Return Value Builder

QueueManager::getDefaultDriver()

string getDefaultDriver() Get the name of the default queue connection. Return Value string

Model::getTouchedRelations()

array getTouchedRelations() Get the relationships that are touched on save. Return Value array

InteractsWithSession::assertSessionHasAll()

void assertSessionHasAll(array $bindings) Assert that the session has a given list of values. Parameters array $bindings Return Value void

FrameGuard::handle()

Response handle(Request $request, Closure $next) Handle the given request and get the response. Parameters Request $request Closure $next Return Value Response

Factory::addNamespace()

void addNamespace(string $namespace, string|array $hints) Add a new namespace to the loader. Parameters string $namespace string|array $hints Return Value void

Logout::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array