Skip to content

Commit

Permalink
add hashing config
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 30, 2018
1 parent b78f5bd commit bac7595
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/hashing.php
@@ -0,0 +1,20 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Default Hash Driver
|--------------------------------------------------------------------------
|
| This option controls the default hash driver that will be used to hash
| passwords for your application. By default, the bcrypt algorithm is
| used; however, you remain free to modify this option if you wish.
|
| Supported: "bcrypt", "argon"
|
*/

'driver' => 'bcrypt',

];

0 comments on commit bac7595

Please sign in to comment.