- Pimcore >= 5.7
Install bundle via composer:
composer require pimcore/data-hub
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 | ✔ | ✔ | ❌ | ✔ | ❌ |
+---------------------------------+---------+-----------+----+-----+-----+
To access Datahub, user needs to meet one of following criteria:
- be an
admin
- have
plugin_datahub_config
permission