You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Replace your `artisan` file with [this fresh copy from the repository](https://g
19
19
20
20
Update your `aliases` and `providers` arrays in your `app/config/app.php` configuration file. The updated values for these arrays can be found [in this file](https://github.com/laravel/laravel/blob/master/app/config/app.php). Be sure to add your custom and package service providers / aliases back to the arrays.
21
21
22
-
Add the new `config/remote.php` file [from the repository](https://github.com/laravel/laravel/blob/master/app/config/remote.php).
22
+
Add the new `app/config/remote.php` file [from the repository](https://github.com/laravel/laravel/blob/master/app/config/remote.php).
23
23
24
24
Add the new `expire_on_close` configuration option to your `app/config/session.php` file. The default value should be `false`.
0 commit comments