$someObject->username __get() attributes, username , ( ) attributes, getUserName(), , . , .
__get(), . PHP.
non-existing, , /t first_name last_name /, full_name Laravel . , , , :
public function getFullNameAttribute()
{
return $this->first_name . ' ' . $this->last_name;
}
, {{ $user->full_name }} .