Starting work on 4.1 upgrade guide.

This commit is contained in:
Taylor Otwell 2013-10-28 11:29:32 -05:00
parent c8dfb2e0b4
commit 092e75e59a
1 changed files with 6 additions and 0 deletions

6
upgrade.md Normal file
View File

@ -0,0 +1,6 @@
# Laravel Upgrade Guide
## Upgrading From 4.0 to 4.1
- Replace `public/index.php`, `artisan.php`.
- Add new `expire_on_close` option to `session` configuration file.