Validator::clearResolvedInstances()

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

LengthAwarePaginator

LengthAwarePaginator interface LengthAwarePaginator implements Paginator (View source) Methods string url(int $page) Get the URL for a given page. from Paginator $this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. from Paginator $this|string fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. from Paginator string|null nextPageUrl() The the URL for the next page, or null. from Pag

Mail::clearResolvedInstances()

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

SeedCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

MySqlGrammar::compileCreate()

string compileCreate(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a create table command. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value string

HasOneOrMany::getQuery()

Builder getQuery() Get the underlying query for the relation. Return Value Builder

LogServiceProvider::package()

void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void

ValidatesRequests

ValidatesRequests trait ValidatesRequests (View source) Methods void validateWith(Validator|array $validator, Request $request = null) Run the validation routine against the given validator. void validate(Request $request, array $rules, array $messages = array(), array $customAttributes = array()) Validate the given request with the given rules. void validateWithBag(string $errorBag, Request $request, array $rules, array $messages = array(), array $customAttributes = array()) Va

SortedMiddleware::shift()

mixed shift() Get and remove the first item from the collection. Return Value mixed

LengthAwarePaginator::items()

array items() Get all of the items being paginated. Return Value array