Auth::user()->setAttribute('key','value');
unset(Auth::user()->key);
reference:
https://stackoverflow.com/questions/29190058/laravel-add-and-remove-auth-session-variables
Comments are closed.