Add to upgrade instructions.

This commit is contained in:
Taylor Otwell 2013-10-28 14:10:08 -05:00
parent 4c128e8760
commit 82206d3932
1 changed files with 2 additions and 1 deletions

View File

@ -5,3 +5,4 @@ ## Upgrading From 4.0 to 4.1
- `composer update`.
- Replace `public/index.php`, `artisan.php`.
- Add new `expire_on_close` option to `session` configuration file.
- Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file.