j0nem/addressbook-bundle

Provides family addressbook features for Contao 4.

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:contao-bundle

0.2-beta 2023-01-05 21:33 UTC

This package is auto-updated.

Last update: 2024-05-06 00:17:50 UTC


README

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.