laravel 6 get user id

42

get id user login laravel -

use Auth;
$user_id = Auth::user()->id;

Comments

Submit
0 Comments