how i get id of user was loging in laravel code example Example: get logged user id laravel $id = Auth::user()->id;print_r($id);