Skip to content

gmpf/news-bundle

 
 

Repository files navigation

Contao 4 news 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 news bundle adds news functionality to Contao 4.

Installation

Run the following command in your project directory:

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

Activation

Adjust to your app/AppKernel.php file:

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

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 news bundle

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • CSS 0.1%