We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1365a commit bc23ed2Copy full SHA for bc23ed2
1 file changed
config/hashing.php
@@ -15,7 +15,7 @@
15
|
16
*/
17
18
- 'driver' => env('HASH_DRIVER', 'argon2id'),
+ 'driver' => env('HASH_DRIVER', 'bcrypt'),
19
20
/*
21
|--------------------------------------------------------------------------
0 commit comments