Reputation: 141
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
Upvotes: 0
Views: 554