WinCacheStore::forever()

void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void

EnvironmentDetector::detect()

string detect(Closure $callback, array|null $consoleArgs = null) Detect the application's current environment. Parameters Closure $callback array|null $consoleArgs Return Value string

HandlerResolver::mapUsing()

void mapUsing(Closure $mapper) Register a fallback mapper callback. Parameters Closure $mapper Return Value void

ChangesCommand::option()

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

MorphPivot::on()

static Builder on(string|null $connection = null) Begin querying the model on a given connection. Parameters string|null $connection Return Value Builder

GenericUser::setRememberToken()

void setRememberToken(string $value) Set the "remember me" token value. Parameters string $value Return Value void

RedisTaggedCache::getDefaultCacheTime()

float|int getDefaultCacheTime() Get the default cache time. Return Value float|int

HttpResponseException::__construct()

void __construct(Response $response) Create a new HTTP response exception instance. Parameters Response $response Return Value void

VendorPublishCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

SyncQueue::push()

mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed Exceptions Throwable