interface Illuminate / Contracts / Database / Eloquent / DeviatesCastableAttributes
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

DeviatesCastableAttributes

Methods

public

increment ( $model , string $key , $value , array $attributes ) : mixed

Increment the attribute.

Parameters

  • $model Model
  • $key string
  • $value mixed
  • $attributes array
public

decrement ( $model , string $key , $value , array $attributes ) : mixed

Decrement the attribute.

Parameters

  • $model Model
  • $key string
  • $value mixed
  • $attributes array