eikona-media/akeneo2-3-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 | ~2.3.0 |
| Akeneo PIM Enterprise Edition | ~2.3.0 |
IMPORTANT! Ensure, that your Akeneo API ist working. Tessa needs an API connection to your Akeneo. In some cases Apache is configured wrong, see https://api.akeneo.com/documentation/troubleshooting.html#apache-strip-the-authentication-header.
composer require eikona-media/akeneo2-3-tessa-connector
tessa_media:
resource: "@EikonaTessaConnectorBundle/Resources/config/routing.yml"
app/AppKernel.php file in the registerProjectBundles() method:protected function registerProjectBundles()
{
return [
// ...
new Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle(),
];
}
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
How can I help you explore Laravel packages today?