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
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: 2024-11-06 01:28:01 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.