Upgrade to Laravel 5.6 #1221

This commit is contained in:
James Cole
2018-03-07 20:37:00 +01:00
parent c76b634d0b
commit 0a056ad02d
6 changed files with 368 additions and 364 deletions

20
config/hashing.php Normal file
View File

@@ -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',
];