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.
Run the following command in your project directory:
php composer.phar require contao/news-bundle "^4.4"
Adjust to your app/AppKernel.php
file:
// app/AppKernel.php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new Contao\NewsBundle\ContaoNewsBundle(),
];
}
}
Contao is licensed under the terms of the LGPLv3.
Visit the support page to learn about the available support options.