Skip to content

Latest commit

 

History

History

01_Installation_and_Upgrade

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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