Skip to content

Commit

Permalink
Merge pull request #3111 from lioannou/patch-5
Browse files Browse the repository at this point in the history
[5.2] Change to 5.1->5.2 upgrade docs due to master changes
  • Loading branch information
taylorotwell authored Feb 12, 2017
2 parents 6b0b057 + 73aaffb commit e3bafe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add `"symfony/dom-crawler": "~3.0"` and `"symfony/css-selector": "~3.0"` to the

#### Configuration File

You should update your `config/auth.php` configuration file with the following: [https://github.com/laravel/laravel/blob/master/config/auth.php](https://github.com/laravel/laravel/blob/master/config/auth.php)
You should update your `config/auth.php` configuration file with the following: [https://github.com/laravel/laravel/blob/638b261a68913bae9a64f6d540612b862fa3c4dd/config/auth.php](https://github.com/laravel/laravel/blob/638b261a68913bae9a64f6d540612b862fa3c4dd/config/auth.php)

Once you have updated the file with a fresh copy, set your authentication configuration options to their desired value based on your old configuration file. If you were using the typical, Eloquent based authentication services available in Laravel 5.1, most values should remain the same.

Expand Down

0 comments on commit e3bafe4

Please sign in to comment.