use IlluminateSupportFacadesHash; Hash::make($newPassword); if (Hash::check('plain-text', $hashedPassword)) { // The passwords match... }