An extension for the Contao Open Source CMS. Works currently with Contao 4.4.x.
Provides features for a family addressbook website.
Install the bundle via Composer:
php composer.phar require j0nes/addressbook-bundle
Adjust the AppKernel.php
:
// app/AppKernel.php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new Jmedia\AddressbookBundle\JmediaAddressbookBundle(),
];
}
}
Run the contao install tool and update the database.
Follow the steps in the backend module "setup wizard".
The repository is designed to work for a specific project.
There is no stable version yet.