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
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
Gate class Gate implements Gate (View source) Traits HandlesAuthorization
bool isDeferred() Determine if the provider is deferred. Return Value bool
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
void addHidden(array|string|null $attributes = null) Add hidden attributes for the model. Parameters array|string|null $attributes Return Value void
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
$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this
bool hasFile(string $key) Determine if the uploaded data contains a file. Parameters string $key Return Value bool
Page 250 of 996