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

Filesystem::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Repository::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

GeneratorCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

Blueprint::softDeletesTz()

Fluent softDeletesTz() Add a "deleted at" timestampTz for the table. Return Value Fluent