sheeep / installation-bundle

Contao 4 installation bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Contao 4 installation bundle

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 86.7%Language:HTML 13.3%