Skip to content
Discussion options

You must be logged in to vote

Ok, solved the issue...

I have this config in my config/hashing.php file:

'bcrypt' => [
        'rounds' => env('BCRYPT_ROUNDS', 12),
    ],

and in phpunit.xml file have:

<env name="BCRYPT_ROUNDS" value="4"/>

So, changed the value="4" to value="12" as in the hashing config file and everything works like a charm again.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@bibrokhim
Comment options

@marensas999
Comment options

@chadlockett
Comment options

@ruslanashaari
Comment options

@benwrigley
Comment options

Answer selected by OptimumTasarim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet