manuxi/sulu-association-contact-bundle

Say hello to Sulu association contact!

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/manuxi/sulu-association-contact-bundle

1.2.0 2024-08-30 00:18 UTC

This package is auto-updated.

Last update: 2025-09-23 10:29:40 UTC


README

GitHub license GitHub license

I made this bundle to have the possibility to manage association properties in the Sulu contacts.

image

๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ Installation

Install the package with:

composer require manuxi/sulu-association-contact-bundle

If you're not using Symfony Flex, you'll also need to add the bundle in your config/bundles.php file:

return [
    //...
    Manuxi\SuluAssociationContactBundle\SuluAssociationContactBundle::class => ['all' => true],
];

Please add the following to your routes_admin.yaml:

SuluAssociationContactBundle:
    resource: '@SuluAssociationContactBundle/Resources/config/routes_admin.yml'

Last but not least the schema of the database needs to be updated.

Some properties in co_contacts will be created.

See the needed queries with

php bin/console doctrine:schema:update --dump-sql

Update the schema by executing

php bin/console doctrine:schema:update --force

Make sure you only process the bundles schema updates!

๐Ÿงถ Configuration

There exists no configuration yet.