Content Crafter Bundle
Release Plan
| Release | Supported OpenDXP Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---|---|---|---|---|---|
| 1.x | 1.x | 7.4 | -- | Feature Branch | 1.x |
Installation
"require" : {
"open-dxp/content-crafter-bundle" : "~1.1.0",
}
Add Bundle to bundles.php:
return [
OpenDxp\Bundle\ContentCrafterBundle\OpenDxpContentCrafterBundle::class => ['all' => true],
];
Install / Upgrade
- Execute:
$ bin/console doctrine:migrations:migrate --prefix 'OpenDxp\Bundle\ContentCrafterBundle\Migrations' - Optionally:
$ bin/console assets:install public --relative --symlink
Add Messenger Tag
bin/console messenger:consume content_crafter
Further Information
- Configuration
- Custom Data Node Builder
- Custom Placeholder Builder
- AI Configuration on Preset Layer
- Document (Parsing Options)
- Third Party Bundles Support
- Workflow
Upgrade Info
Before updating, please check our upgrade notes!
License
DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, [email protected]
Copyright © 2026 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit LICENSE.md