// Get users Jayne Doe and Joe Public $u = new User(); $u->where('username', 'Jayne Doe')->where('username', 'Joe Public')->get();