Installation
Bundle Installation
To install Pimcore Datahub follow the three steps below:
- Install the required dependencies:
composer require pimcore/data-hub
- 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],
// ...
];
- 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