2013-10-28 11:29:32 -05:00
|
|
|
# Laravel Upgrade Guide
|
|
|
|
|
|
|
|
|
|
## Upgrading From 4.0 to 4.1
|
|
|
|
|
|
2013-10-28 11:29:49 -05:00
|
|
|
- `composer update`.
|
2013-10-28 11:29:32 -05:00
|
|
|
- Replace `public/index.php`, `artisan.php`.
|
|
|
|
|
- Add new `expire_on_close` option to `session` configuration file.
|