current loggedin user laravel

41

$user = auth()->user();  print($user->id);print($user->name);print($user->email);

Comments

Submit
0 Comments