6 |--------------------------------------------------------------------------
8 |--------------------------------------------------------------------------
10 | This option controls the default hash driver that will be used to hash
11 | passwords for your application. By default, the bcrypt algorithm is
12 | used; however, you remain free to modify this option if you wish.
14 | Supported: "bcrypt", "argon", "argon2id"
21 |--------------------------------------------------------------------------
23 |--------------------------------------------------------------------------
25 | Here you may specify the configuration options that should be used when
26 | passwords are hashed using the Bcrypt algorithm. This will allow you
27 | to control the amount of time it takes to hash the given password.
32 'rounds' => env('BCRYPT_ROUNDS', 10),
36 |--------------------------------------------------------------------------
38 |--------------------------------------------------------------------------
40 | Here you may specify the configuration options that should be used when
41 | passwords are hashed using the Argon algorithm. These will allow you
42 | to control the amount of time it takes to hash the given password.