vendor
folder from kirby
folder to install root, and to make everything work properly you will have to upload that new vendor
folder from root too. vendor
folder inside kirby
folder, and also in the plugins folder. Root gitignore
ignores root vendor
folder. If you are using git version control this is important info for you. composer.json
file in install root. composer.json
file. vendor
folder to your install root, and add some dependencies in it. It will also update Kirby and plugins to the required versions. Learn more at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies​composer.json
file. Learn more at https://getcomposer.org/doc/01-basic-usage.md#updating-dependencies-to-their-latest-versions​