Skip to content

Commit 3f155a3

Browse files
committed
Re-order upgrade instructions
composer update throws an error while executing artisan if you have not yet done this step: - Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file.
1 parent b83290e commit 3f155a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Upgrading From 4.0 to 4.1
44

55
- Update `composer.json` to require `"laravel/framework": "4.1.*"`
6+
- Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file.
67
- `composer update`.
78
- Replace `public/index.php`, `artisan.php`.
89
- Add new `app/config/remote.php` file.
910
- Add new `expire_on_close` and `secure` options to `session` configuration file.
1011
- Add new `failed` queue job option to `queue` configuration file.
11-
- Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file.
1212
- Edit `app/config/database.php` and update `redis.cluster` option to `false` to turn Redis clustering off by default.
1313
- Edit `app/config/view.php` and update `pagination` option to use bootstrap 3 as default pagination view.
1414
- Edit `app/config/app.php`;

0 commit comments

Comments
 (0)