Laravel Password Exposed Validation Rule Versions Save

🔒 Laravel validation rule that checks if a password has been exposed in a data breach.

v2.5.0

2 years ago
  • Add support for Laravel 9

v2.4.0

3 years ago
  • Add PHP 8 support.

v2.3.0

3 years ago

Add support for Laravel 8

v2.2.0

4 years ago
  • Add support for Laravel 7

v2.1.0

4 years ago
  • Add support for Laravel 6.0

v2.0.1

5 years ago
  • Update dependency to fix Laravel 5.7 incompatibility.

v2.0.0

5 years ago
  • Add support for latest version of password_exposed package.
  • Removed support for old version of PHP. Requires PHP 7.1 or higher.

v1.2.3

5 years ago
  • Place cache files in storage/app to prevent them being missed by the default Laravel .gitignore.

v1.2.2

5 years ago
  • Fall back to old cache directory location if Laravel's storage_path helper function can not be found.

v1.2.1

5 years ago
  • Store cache files in Laravel storage directory, which fixes shared permission issues (closes #7).