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: docs/installation/updating.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Updating
4
4
---
5
5
6
6
1. Make a backup of your site! Skip this at your own peril. At a minimum, make a backup of the `.env` files. Also, make note of any changes you made to files in the `/config` folder - I recommend making a backup of this as well and checking to see if there are changes to any of those files which might need to be copied over.
7
-
1. On your remote site (through your FTP client or SSH), delete the `vendors` folder
7
+
1. On your remote site (through your FTP client or SSH), delete the `vendor` folder
8
8
1. On your remote site (through your FTP client or SSH), delete all of the files in `bootstrap/cache` and `storage/framework/cache` (delete the contents, NOT the folders)
9
9
1. Upload all of the files (or upload latest build via your file manager and unpack), and overwrite everything.
10
10
1. If you are using `composer`, then run `composer install` command via shell/terminal
0 commit comments