blackbit_digital_commerce/pimcore-bundle-manager

Enables bundles for pimcore projects (replacement for bin/console pimcore:bundle:enable)

Maintainers

Package info

github.com/BlackbitDigitalCommerce/pimcore-bundle-manager

Type:pimcore-bundle

pkg:composer/blackbit_digital_commerce/pimcore-bundle-manager

Statistics

Installs: 53 676

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.9 2025-07-06 19:00 UTC

This package is auto-updated.

Last update: 2026-03-06 20:28:43 UTC


README

This library provides a way to install bundles via CLI command. It is a replacement for bin/console pimcore:bundle:enable which got removed in Pimcore 11.

To install a Pimcore bundle you can execute vendor/bin/pimcore-bundle-enable BundleName. As BundleName please use the name which you see in bin/console pimcore:bundle:list.

In Pimcore 11 your config/bundles.php will get edited according to Pimcore documentation.

The command is also compatible with Pimcore < 11. In this case Pimcore's bin/console pimcore:bundle:enable command gets executed.