Installation

Licensed Plugins (Premium Packages)

By using the Himmlisch Premium Packages you agree to our Terms of Service, Privacy Policy and User License.

Manual Installation

Currently, our licensed plugins must be manually installed.

To do so, download the zip-version of the plugin provided to you and unzip it under /your/site/grav/user/plugins/my-plugin-name. Be sure that the folder has the correct name of the plugin in the form of my-plugin-name.

The files should have been provided to you after purchasing the plugin, if you haven't received them, please contact us at soporte@himmlisch.com.mx.

Erdkern Package Manager

WIP


Open-Source Plugins

Most of our open-source plugins are published on the official Grav repository.

Via Admin Panel

If you use the Admin Panel, you can install the plugin directly by browsing the plugins menu and clicking on the Install button.

GPM

To install a 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 my-plugin-name

This will install the plugin into your /user/plugins-directory within Grav. Its files can be found under /your/site/grav/user/plugins/my-plugin-name.

Manual Install

If the plugin you're trying to install is not currently on the official Grav repository, you can always download the files yourself.

To install a plugin manually, you'll have to download the zip-version of the plugin repository.

You can find all our plugins repositories over at Github.

Navigate over the Repositories tab and search for the plugin you're looking for.

Go to the repository and click Download ZIP.

Unzip the contents of the downloaded zip inside a folder under /your/site/grav/user/plugins. The folder should have the plugin name in the format of my-plugin-name.

You should now have all the plugin files under.

/your/site/grav/user/plugins/my-plugin-name