RedisTaggedCache::increment()

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

ControllerMakeCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

Gate

Gate class Gate implements Gate (View source) Traits HandlesAuthorization

OptimizeServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

ConfigPublishCommand::line()

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

Model::addHidden()

void addHidden(array|string|null $attributes = null) Add hidden attributes for the model. Parameters array|string|null $attributes Return Value void

DatabaseUserProvider::retrieveByToken()

Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. Parameters mixed $identifier string $token Return Value Authenticatable|null

Model::setTable()

$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this

FormRequest::hasFile()

bool hasFile(string $key) Determine if the uploaded data contains a file. Parameters string $key Return Value bool

MorphPivot::addHidden()

void addHidden(array|string|null $attributes = null) Add hidden attributes for the model. Parameters array|string|null $attributes Return Value void