$user = User::find(1); // add occupation to user instance $user->setAttribute('occupation', 'Web Developer');