RedisStore::setConnection()

void setConnection(string $connection) Set the connection name to be used. Parameters string $connection Return Value void

Event::thenPing()

$this thenPing(string $url) Register a callback to ping a given URL after the job runs. Parameters string $url Return Value $this

Repository::prepend()

void prepend(string $key, mixed $value) Prepend a value onto an array configuration value. Parameters string $key mixed $value Return Value void

Repository::set()

void set(array|string $key, mixed $value = null) Set a given configuration value. Parameters array|string $key mixed $value Return Value void

QueueingFactory::forever()

Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true) Create a cookie that lasts "forever" (five years). Parameters string $name string $value string $path string $domain bool $secure bool $httpOnly Return Value Cookie

Filesystem::moveDirectory()

bool moveDirectory(string $from, string $to, bool $overwrite = false) Move a directory. Parameters string $from string $to bool $overwrite Return Value bool

Collection::offsetGet()

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

Translator::addLines()

void addLines(array $lines, string $locale, string $namespace = '*') Add translation lines to the given locale. Parameters array $lines string $locale string $namespace Return Value void

DatabaseNotificationCollection::diffKeys()

Collection diffKeys(mixed $items) Get the items in the collection whose keys are not present in the given items. Parameters mixed $items Return Value Collection

ConfigClearCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void