Skip to content
Permalink
1.x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Installation

Install

Install bundle via composer:

For Pimcore version >= 10.2:

composer require pimcore/data-hub

For Pimcore version < 10.2:

composer require pimcore/data-hub:~1.0.11

Enable bundle via console or extensions manager:

php bin/console pimcore:bundle:enable PimcoreDataHubBundle
php bin/console pimcore:bundle:install PimcoreDataHubBundle

Check if the bundle has been installed:

php bin/console pimcore:bundle:list
bin/console pimcore:bundle:list
+---------------------------------+---------+-----------+----+-----+-----+
| Bundle                          | Enabled | Installed | I? | UI? | UP? |
+---------------------------------+---------+-----------+----+-----+-----+
| PimcoreDataHubBundle            ||||||
+---------------------------------+---------+-----------+----+-----+-----+

Required Backend User Permission

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

  • be an admin
  • have plugin_datahub_config permission