#New Accessors and Understanding how to access

3 messages · Page 1 of 1 (latest)

grave shadow
#

Because it is a class.

glad dragon
#

Which makes sense. but in the past. You were able to use them like attributes that auto added to json.

#

Like. the old example


public function getFullNameAttribute() {
  return $this->fname . ' ' . $this->lname;
}