Skip to content

j0nem/addressbook-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Family Addressbook

GitHub PreRelease Packagist Downloads

An extension for the Contao Open Source CMS. Works currently with Contao 4.4.x.

Provides features for a family addressbook website.

Installation

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.

Setup

Follow the steps in the backend module "setup wizard".

Notice

The repository is designed to work for a specific project.

There is no stable version yet.