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