File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
- `composer update`.
7
7
- Replace `public/index.php`, `artisan.php`.
8
8
- 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.
10
11
- 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.
11
14
- Edit `app/config/app.php`;
12
15
- in `aliases` change `'Controller' => 'Illuminate\Routing\Controllers\Controller',`
13
16
to use `Illuminate\Routing\Controller`.
You can’t perform that action at this time.
0 commit comments