string compileTableExists() Compile the query to determine the list of tables. Return Value string
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.
static Builder table(string $table, string $connection = null) Get a fluent query builder instance. Parameters string $table string $connection Return Value Builder
Builder getRelationCountQuery(Builder $query, Builder $parent) Add the constraints for a relationship count query. Parameters Builder $query Builder $parent Return Value Builder
string getDefaultDriver() Get the name of the default queue connection. Return Value string
array getTouchedRelations() Get the relationships that are touched on save. Return Value array
void assertSessionHasAll(array $bindings) Assert that the session has a given list of values. Parameters array $bindings Return Value void
Response handle(Request $request, Closure $next) Handle the given request and get the response. Parameters Request $request Closure $next Return Value Response
void addNamespace(string $namespace, string|array $hints) Add a new namespace to the loader. Parameters string $namespace string|array $hints Return Value void
array __sleep() Prepare the instance for serialization. Return Value array
Page 464 of 996