Browse Source

Add to upgrade instructions.

Taylor Otwell 11 years ago
parent
commit
82206d3932
1 changed files with 2 additions and 1 deletions
  1. 2 1
      upgrade.md

+ 2 - 1
upgrade.md

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