Model updateOrCreate(array $attributes, array $values = array()) Create or update a related record matching the attributes, and fill it with values. Parameters array $attributes array $values Return Value Model
isStarted() {@inheritdoc}
MessageBag messages() Get the message container for the validator. Return Value MessageBag
migrate($destroy = false, $lifetime = null) {@inheritdoc} Parameters $destroy $lifetime
array when() Get the events that trigger this service provider to register. Return Value array
mixed command(string $method, array $parameters = array()) Run a command against the Redis database. Parameters string $method array $parameters Return Value mixed
static array flatten(array $array, int $depth = INF) Flatten a multi-dimensional array into a single level. Parameters array $array int $depth Return Value array
array options() Get all of the options passed to the command. Return Value array
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
mixed fromJson(string $value, bool $asObject = false) Decode the given JSON back into an array or object. Parameters string $value bool $asObject Return Value mixed
Page 172 of 996