string updatedAt() Get the name of the "updated at" column.
string createdAt() Get the name of the "created at" column.
$this load(array|string $relations) Eager load relations on the model.
$this guard(array $guarded) Set the guarded attributes for the model.
$this setAppends(array $appends) Set the accessors to append to model arrays
array getAttributes() Get all of the current attributes on the model.
array jsonSerialize() Convert the object into something JSON serializable
bool saveOrFail(array $options = array()) Save the model to the database
Builder|
array toArray() Convert the model instance to an array.
Page 34 of 87