Laravel 7 Argon2 hashing not supported

506 Views Asked by At

I'm trying to use argon2id in my laravel application

I changed the driver in hashing.php from 'driver' => 'bcrypt' to 'driver' => 'argon2id'

then I tried run my seeders then it gave me an error

Argon2 hashing not supported.

Laravel version 7.29.2

Php Version 7.4.11

Here's the actual error

enter image description here

0

There are 0 best solutions below