Update to Laravel 5.6

This commit is contained in:
Jonny Barnes 2018-02-15 12:26:59 +00:00
parent 19eeb01533
commit c7670afaf8
6 changed files with 689 additions and 906 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',
];