j0nem / addressbook-bundle
Provides family addressbook features for Contao 4.
Package info
github.com/j0nem/addressbook-bundle
Type:contao-bundle
pkg:composer/j0nem/addressbook-bundle
0.2-beta
2023-01-05 21:33 UTC
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.13
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2026-03-06 04:44:52 UTC
README
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.