Warning: You are browsing the documentation from version 4 to 10 of Pimcore.
Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version:
Installation and Configuration
Installation via github
Installation takes place via github and composer. As private github repository it is not available at
packagist and therefore an
additional repository configuration
in composer.json
is needed.
# install package (add to composer.json)
composer require pimcore/translations-provider-interfaces
composer update pimcore/translations-provider-interfaces
Enabling Pimcore Bundle and Update Database Schema
- Enable bundle in Pimcore, e.g. via commandline (
bin/console pimcore:bundle:enable PimcoreTranslationsProviderInterfaceBundle
) or Pimcore extension manager in Pimcore backend. - Install the bundle (
bin/console pimcore:bundle:install PimcoreTranslationsProviderInterfaceBundle
). Updates database schema and add necessary permissions.
Setup before starting
Depending on usage, desired workflow and used translation providers, additional configuration might be needed. This might include
- Setting configurations in configuration tree
- Defining parameters - see parameters.yml for available parameters
- Setting up manual triggering or automatic change detection
- Defining (additional) translation provider services
- Automatic execution of commands via crontab