Tabs

Installation

Installation via Contao Manager (recommended)

1. Go to your Composer key manager page. You can learn more about Composer keys in this article.

2. Click the "Download artifact" button next to the key you choose.

3. Open Contao Manager on your website and drag and drop the package into Packages view.

4. Click the green button to update the packages. Once all packages are installed, update the database using Contao Manager or Install Tool.

5. Almost set! Now you have to activate your products.

Obtain the artifact from Composer key manager in your account.

Manual installation

1. First, locate your <root_dir>/composer.json file and add the new repository inside it:

{
    "name": "contao/managed-edition",
    "type": "project",
    "description": "Contao Open Source CMS",
    "require": {
        // ...
    },
    // ...
    "repositories": [
        {
            "type": "composer", 
            "url": "https://veello.com/api/composer/$your_composer_key/packages.json"
        }
    ]
}

2. Now, you can tell Composer to require the purchased products by package names. The package names can be found on the Packages overview page. Go to your command line and execute the following command:

$ composer require <veello/package-1> <veello/package-2>

For example, to install the Veello Theme + Theme Importer, you have to run the following command:

$ composer require veello/theme veello/theme-importer

3. After the installation is complete, please update the database using Contao Install Tool, or by running the vendor/bin/contao-console contao:migrate command.

4. Almost set! Now you have to activate your products.

Having troubles?

If you experience any troubles during the installation of products, or you are uncertain how to proceed, please contact us and we will gladly help you out.