rinru
rinru

Reputation: 141

Laravel 7 Argon2 hashing not supported

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

Upvotes: 0

Views: 554

Answers (0)

Related Questions