select('*') ->where('username', $username) ->where('password', $passwordx) ->first(); } }