Collection get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection
ConnectionInterface getConnection() Get the database connection instance. Return Value ConnectionInterface
bool hasFile(string $key) Determine if the uploaded data contains a file. Parameters string $key Return Value bool
string getEscapedContentTags() Gets the escaped content tags used for the compiler. Return Value string
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
Collection groupBy(callable|string $groupBy, bool $preserveKeys = false) Group an associative array by a field or using a callback. Parameters callable|string $groupBy bool $preserveKeys Return Value Collection
void blueprintResolver(Closure $resolver) Set the Schema Blueprint resolver callback. Parameters Closure $resolver Return Value void
mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
void flashExcept(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void
int getPerPage() Get the number of models to return per page. Return Value int
Page 972 of 996