Skip to main content
Version: 2024.4

Installation

Bundle Installation

To install Pimcore Datahub follow the three steps below:

  1. Install the required dependencies:
composer require pimcore/data-hub
  1. Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:
use Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle;
// ...

return [
// ...
PimcoreDataHubBundle::class => ['all' => true],
// ...
];
  1. Install the bundle:
bin/console pimcore:bundle:install PimcoreDataHubBundle

Required Backend User Permission

To access Datahub, user needs to meet one of following criteria:

  • be an admin
  • have plugin_datahub_config permission