While I was testing in Laravel I got this error:
Fatal error: Uncaught Error: Undefined constant "PASSWORD_ARGON2ID"
According to PHP documentation: "This algorithm is only available if PHP has been compiled with Argon2 support."
https://www.php.net/manual/en/function.password-hash.php
Tested in v1.0.0 and v1.0.1, both linux-x86_64 and mac-arm64.
While I was testing in Laravel I got this error:
According to PHP documentation: "This algorithm is only available if PHP has been compiled with Argon2 support."
https://www.php.net/manual/en/function.password-hash.php
Tested in
v1.0.0andv1.0.1, bothlinux-x86_64andmac-arm64.