Installing a plugin can be done in one of three ways:
The plugin should let you know the NAME to be used in the following steps.
To install the plugin via the GPM, through your system’s terminal (also called the command line), navigate to the root of your Grav-installation, and enter:
bin/gpm install NAME
This will install the plugin into your /user/plugins
directory within Grav. Its files can be found under user/plugins/NAME
.
To install the plugin manually, download the zip-version of this repository and unzip it under user/plugins/
. Then rename the folder to NAME
.
You should now have all the plugin files under user/plugins/NAME
.
NOTE: This plugin is a modular component for Grav which may require other plugins to operate, please see the file user/plugins/NAME/blueprints.yaml
for more.
If you use the Admin Plugin and the plugin is registered in Grav repository, you can install the plugin directly by browsing the Plugins
menu and clicking on the Add
button.
Found errors? Think you can improve this documentation? Simply click the Edit link at the top of the page, and then the icon on Github to make your changes.
Powered by Grav + with by Trilby Media.