void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
string detect(Closure $callback, array|null $consoleArgs = null) Detect the application's current environment. Parameters Closure $callback array|null $consoleArgs Return Value string
void mapUsing(Closure $mapper) Register a fallback mapper callback. Parameters Closure $mapper Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
static Builder on(string|null $connection = null) Begin querying the model on a given connection. Parameters string|null $connection Return Value Builder
void setRememberToken(string $value) Set the "remember me" token value. Parameters string $value Return Value void
float|int getDefaultCacheTime() Get the default cache time. Return Value float|int
void __construct(Response $response) Create a new HTTP response exception instance. Parameters Response $response Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
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
Page 406 of 996