Model save(
Model create(array $attributes)
void addHidden(array|string|null $attributes = null) Add hidden attributes
$this setTable(string $table) Set the table associated with the model.
Model firstOrCreate(array $attributes, array $joining = array()
string getRouteKeyName() Get the route key for the model.
HasManyThrough class HasManyThrough extends
void addEagerConstraints(array $models) Set the constraints for an eager
array getTouchedRelations() Get the relationships that are touched on save
static mixed noConstraints(Closure $callback)
Page 61 of 87