Model::forceCreate()

static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model

Repository::add()

bool add(string $key, mixed $value, DateTime|float|int $minutes) Store an item in the cache if the key does not exist. Parameters string $key mixed $value DateTime|float|int $minutes Return Value bool

Pivot::forceCreate()

static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model

ArrayStore::decrement()

int|bool decrement(string $key, mixed $value = 1) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

TaggedCache::many()

array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array

NotificationMakeCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

Factory::resolver()

void resolver(Closure $resolver) Set the Validator instance resolver. Parameters Closure $resolver Return Value void

AutoloadCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

Event::cron()

$this cron(string $expression) The Cron expression representing the event's frequency. Parameters string $expression Return Value $this

JobProcessed

JobProcessed class JobProcessed (View source) Properties string $connectionName The connection name. Job $job The job instance.