void fire() Execute the console command. Return Value void
ClientInterface connection() Get the Redis connection instance. Return Value ClientInterface
string content() Get the content of the response. Return Value string
$this action(string $text, string $url) Configure the "call to action" button. Parameters string $text string $url Return Value $this
array getReplacers() Get the array of custom validator message replacers. Return Value array
bool guest() Determine if the current user is a guest. Return Value bool
$this setRelation(string $relation, mixed $value) Set the specific relationship in the model. Parameters string $relation mixed $value Return Value $this
void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void
bool move(string $path, string $target) Move a file to a new location. Parameters string $path string $target Return Value bool
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Page 994 of 996