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

ConfigPublishCommand::__construct()

void __construct(ConfigPublisher $config) Create a new configuration publish command instance. Parameters ConfigPublisher $config Return Value void

OptimizeServiceProvider::isDeferred()

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

Gate

Gate class Gate implements Gate (View source) Traits HandlesAuthorization

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