/installation-bundle

Contao 4 installation bundle

Primary LanguagePHP

Contao 4 installation bundle

Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the project website for more information.

The installation bundle is required to install and update Contao 4.

Installation

Run the following command in your project directory:

php composer.phar require contao/installation-bundle "^4.4"

Activation

Adjust to your app/AppKernel.php file:

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Contao\InstallationBundle\ContaoInstallationBundle(),
        ];
    }
}

License

Contao is licensed under the terms of the LGPLv3.

Getting support

Visit the support page to learn about the available support options.