PasswordBroker::reset()

mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed

TestCase::dontSeeText()

$this dontSeeText(string $text) Assert that a given string is not seen on the current text. Parameters string $text Return Value $this

SortedMiddleware::split()

Collection split(int $numberOfGroups) Split a collection into a certain number of groups. Parameters int $numberOfGroups Return Value Collection

Collection::sort()

Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection

AuthenticatesAndRegistersUsers::getLogout()

Response getLogout() Log the user out of the application. Return Value Response

Str::ascii()

static string ascii(string $value) Transliterate a UTF-8 value to ASCII. Parameters string $value Return Value string

Collection::reduce()

mixed reduce(callable $callback, mixed $initial = null) Reduce the collection to a single value. Parameters callable $callback mixed $initial Return Value mixed

LengthAwarePaginator::defaultSimpleView()

static void defaultSimpleView(string $view) Set the default "simple" pagination view. Parameters string $view Return Value void

Translator::getLoader()

LoaderInterface getLoader() Get the language line loader implementation. Return Value LoaderInterface

Paginator::defaultSimpleView()

static void defaultSimpleView(string $view) Set the default "simple" pagination view. Parameters string $view Return Value void