Skip to content

Commit

Permalink
Update updating.md (#28)
Browse files Browse the repository at this point in the history
Fix the typo about vendor folder
  • Loading branch information
FatihKoz authored Jan 5, 2025
1 parent ad827b2 commit 46f473e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46f473e

Please sign in to comment.