Installation of the Studio UI Bundle
Bundle Installation
- Verify these prerequisites:
- GenericExecutionEngineBundle installed and activated
- GenericDataIndexBundle installed and activated
- StudioBackendBundle installed and activated
- Install the required dependencies:
composer require pimcore/studio-ui-bundle
- Add the bundle to
config/bundles.php:
use Pimcore\Bundle\StudioUiBundle\PimcoreStudioUiBundle;
// ...
return [
// ...
PimcoreStudioUiBundle::class => ['all' => true],
// ...
];
- Install the bundle:
bin/console pimcore:bundle:install PimcoreStudioUiBundle