v0.1-alpha
0.1.0.0-alphaContao 4 Churchtools bundle
LGPL-3.0+
The Requires
The Development Requires
- friendsofphp/php-cs-fixer ~1.8
- phpunit/phpunit ~4.5
- satooshi/php-coveralls ~0.6
- symfony/phpunit-bridge ~2.8|~3.0
by Samuel Heer
Wallogit.com
2017 © Pedro Peláez
Contao 4 Churchtools 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][1] for more information., (*1)
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)
$ composer require digitalingenieur/chruchtools-bundle "~1"
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php file of your project:, (*4)
<?php
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Diging\ChurchtoolsBundle\ContaoChurchtoolsBundle(),
);
// ...
}
// ...
}
Contao 4 Churchtools bundle
LGPL-3.0+