get id user login laravel

108

get id user login laravel -

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

laravel get auth user id -

// Get the currently authenticated user's ID...
$id = Auth::id();

laravel auth user_id -

$userId = Auth::id();

Comments

Submit
0 Comments