Browse Source

Starting work on 4.1 upgrade guide.

Taylor Otwell 11 years ago
parent
commit
092e75e59a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      upgrade.md

+ 6 - 0
upgrade.md

@@ -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.