From 46f473e25da9080bb127f13c4e8a8512c98bdf3c Mon Sep 17 00:00:00 2001 From: "B.Fatih KOZ" Date: Mon, 6 Jan 2025 01:15:00 +0300 Subject: [PATCH] Update updating.md (#28) Fix the typo about vendor folder --- docs/installation/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/updating.md b/docs/installation/updating.md index 0d6be57e..42e77fa1 100644 --- a/docs/installation/updating.md +++ b/docs/installation/updating.md @@ -4,7 +4,7 @@ title: Updating --- 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. -1. On your remote site (through your FTP client or SSH), delete the `vendors` folder +1. On your remote site (through your FTP client or SSH), delete the `vendor` folder 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) 1. Upload all of the files (or upload latest build via your file manager and unpack), and overwrite everything. 1. If you are using `composer`, then run `composer install` command via shell/terminal