ClosureCommand::info()

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

User::getIncrementing()

bool getIncrementing() Get the value indicating whether the IDs are incrementing. Return Value bool

HasDatabaseNotifications::readNotifications()

readNotifications() Get the entity's read notifications.

SyncJob::fire()

void fire() Fire the job. Return Value void

Input::get()

static mixed get(string $key = null, mixed $default = null) Get an item from the input data. This method is used for all request verbs (GET, POST, PUT, and DELETE) Parameters string $key mixed $default Return Value mixed

TestCase::withSession()

$this withSession(array $data) Set the session to the given array. Parameters array $data Return Value $this

FailedTableCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Model::hasGlobalScope()

static bool hasGlobalScope(Scope|string $scope) Determine if a model has a global scope. Parameters Scope|string $scope Return Value bool

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

Pivot::forceCreate()

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