EventFake::push()

void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void

Router::resolveMiddlewareClassName()

string|array resolveMiddlewareClassName(string $name) Resolve the middleware name to a class name(s) preserving passed parameters. Parameters string $name Return Value string|array

Paginator::offsetGet()

mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed

DatabaseManager::__call()

mixed __call(string $method, array $parameters) Dynamically pass methods to the default connection. Parameters string $method array $parameters Return Value mixed

Collection::implode()

string implode(string $value, string $glue = null) Concatenate values of a given key as a string. Parameters string $value string $glue Return Value string

RemindableTrait

RemindableTrait trait RemindableTrait (View source) Methods string getReminderEmail() Get the e-mail address where password reminders are sent.

LengthAwarePaginator::resolveCurrentPath()

static string resolveCurrentPath(string $default = '/') Resolve the current request path or return the default value. Parameters string $default Return Value string

HasOne::rawUpdate()

int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int

Filesystem::basename()

string basename(string $path) Extract the trailing name component from a file path. Parameters string $path Return Value string

User::getMorphClass()

string getMorphClass() Get the class name for polymorphic relations. Return Value string