Skip to main content
Version: 2026.1

Installation of the Studio UI Bundle

Bundle Installation

  1. Verify these prerequisites:
  1. Install the required dependencies:
composer require pimcore/studio-ui-bundle
  1. Add the bundle to config/bundles.php:
use Pimcore\Bundle\StudioUiBundle\PimcoreStudioUiBundle;
// ...
return [
// ...
PimcoreStudioUiBundle::class => ['all' => true],
// ...
];
  1. Install the bundle:
bin/console pimcore:bundle:install PimcoreStudioUiBundle