Skip to content

instride-ch/pimcore-element-manager

Repository files navigation

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],
      ];

About

Manages Pimcore Element's with ease (duplication detection, indexing, management and merging as well as automatically applied naming scheme and validations on save).

Resources

License

Stars

Watchers

Forks

Packages

No packages published