Installation
Requirements
The Kirby Klub plugin has the same requirements as the Kirby CMS itself.
Setting Credentials
When you run the application, a prompt will appear asking you to enter a username and a password. Please use your License ID as the username and your License Key as the password. These credentials are available on your account page and will verify your Composer session and grant access to download the Klub plugin source code.
To avoid manually typing these credentials, you may create a Composer auth.json file:
composer config http-basic.klub.bnomei.com your-license-id your-license-key
Add Repository
composer.json
"repositories": [
{
"type": "composer",
"url": "https://klub.bnomei.com/packages"
}
],
Add Package
composer.json
"require": {
"bnomei/kirby-klub": "^1.0"
},
Update and Install
After your composer.json
file has been updated, run the composer update
command in your console terminal:
composer clear-cache
composer update mirrors
composer update --prefer-dist