Example:
public function setTitleAttribute($value) { $this->attributes['title'] = $value; $this->attributes['slug'] = Str::slug($value); }