w-vision/element-manager-bundle

Element Manager


Keywords
pimcore, pimcore-bundle
License
CNRI-Python-GPL-Compatible

Documentation

Pimcore Element Manager

Requirements

  • Pimcore ^11.0

Installation

  • Install with composer

    composer require instride/pimcore-element-manager:^3.0
    
  • Add to config/bundles.php

      return [
          // ...
          Instride\Bundle\PimcoreElementManagerBundle\PimcoreElementManagerBundle::class => ['all' => true],
      ];