Skip to content

Installation

Lukas Bestle edited this page Oct 2, 2021 · 1 revision

There are multiple ways to install the Versions plugin. You can choose whichever method you prefer:

Download

Download and copy the plugin repository to /site/plugins/versions.

Git submodule

git submodule add https://github.com/lukasbestle/kirby-versions.git site/plugins/versions

Composer

composer require lukasbestle/kirby-versions

Initial setup

The Versions plugin uses Git under the hood to store and archive versions.

To make the plugin work, you need to set up a content Git repository.

Clone this wiki locally