eikona-media/akeneo7-0-tessa-connector
With this Connector Bundle you seamlessly connect Akeneo with the Digital Asset Management solution "TESSA" (https://www.tessa-dam.com). This provides you with a professional and fully integrated DAM solution for Akeneo to centrally store, manage and use all additional files for your products (e.g. images, videos, documents, etc.) in all channels.
More informationen is available at our website.
| Akeneo | Version |
|---|---|
| Akeneo PIM Community Edition | ~7.0.0 |
| Akeneo PIM Enterprise Edition | ~7.0.0 |
composer require eikona-media/akeneo7-0-tessa-connector
tessa_media:
resource: "@EikonaTessaConnectorBundle/Resources/config/routing.yml"
config/bundles.php file:return [
// ...
Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle::class => ['all' => true],
];
config/bundles.php file:return [
// ...
Eikona\Tessa\EEConnectorBundle\EikonaTessaEEConnectorBundle::class => ['all' => true],
];
php bin/console cache:clear --env=prod --no-warmup
php bin/console cache:warmup --env=prod
php bin/console pim:installer:dump-require-paths --env=prod
php bin/console pim:installer:assets --env=prod
yarn run webpack
yarn run less
yarn run update-extensions
config/bundles.php file:return [
// ...
Eikona\Tessa\ReferenceDataAttributeBundle\EikonaTessaReferenceDataAttributeBundle::class => ['all' => true], // New
];
How can I help you explore Laravel packages today?