Skip to main content
Version: 2024.1

Installation and Configuration

Installation Process

For Pimcore >= 10.5

To install Pimcore Translations Provider Interfaces for Pimcore 10.5 or higher, follow the three steps below:

  1. Install the required dependencies:
composer require pimcore/translations-provider-interfaces
  1. Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:
use Pimcore\TranslationsProviderInterfaceBundle\PimcoreTranslationsProviderInterfaceBundle;
// ...
return [
// ...
PimcoreTranslationsProviderInterfaceBundle::class => ['all' => true],
// ...
];
  1. Install the bundle:
bin/console pimcore:bundle:install PimcoreTranslationsProviderInterfaceBundle

For Older Versions

To install the Translations Provider Interfaces bundle for older versions of Pimcore, please run the following commands instead:

# install package (add to composer.json)
composer require pimcore/translations-provider-interfaces
bin/console pimcore:bundle:enable PimcoreTranslationsProviderInterfaceBundle
bin/console pimcore:bundle:install PimcoreTranslationsProviderInterfaceBundle

Setup before starting

Depending on usage, desired workflow and used translation providers, additional configuration might be needed. This might include