Skip to content

Commit b83290e

Browse files
committed
Merge pull request laravel#2455 from irazasyed/patch-1
Added new steps - upgrade.md
2 parents 074d0f0 + f2a56e7 commit b83290e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

upgrade.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
- `composer update`.
77
- Replace `public/index.php`, `artisan.php`.
88
- Add new `app/config/remote.php` file.
9-
- Add new `expire_on_close` option to `session` configuration file.
9+
- Add new `expire_on_close` and `secure` options to `session` configuration file.
10+
- Add new `failed` queue job option to `queue` configuration file.
1011
- Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file.
12+
- Edit `app/config/database.php` and update `redis.cluster` option to `false` to turn Redis clustering off by default.
13+
- Edit `app/config/view.php` and update `pagination` option to use bootstrap 3 as default pagination view.
1114
- Edit `app/config/app.php`;
1215
- in `aliases` change `'Controller' => 'Illuminate\Routing\Controllers\Controller',`
1316
to use `Illuminate\Routing\Controller`.

0 commit comments

Comments
 (0)