PimPrint-Demo Pimcore Installation
PimPrint-Demo is a Pimcore bundle that is build for the public available Pimcore Demo.
Supported Pimcore Demos Versions
| Pimcore Demo | PimPrint Demo | PimPrint Maintained |
|---|---|---|
2025.x |
5.x |
✅ |
2024.4 |
4.x |
✅ |
The following guide assumes you have a running Pimcore demo in matching version.
Installing PimPrint Demo
Install MdsPimPrintDemoBundle matching your Pimcore Demo version by issuing:
composer require mds-agenturgruppe/pimprint-demo-bundle:^5.0
Enable MdsPimPrintCoreBundle and MdsPimPrintDemoBundle in config/bundles.php:
\Mds\PimPrint\CoreBundle\MdsPimPrintCoreBundle::class => ['all' => true],
\Mds\PimPrint\DemoBundle\MdsPimPrintDemoBundle::class => ['all' => true],
bin/console pimcore:bundle:install MdsPimPrintCoreBundle
For
MdsPimPrintCoreBundleinstallation details please refer the installation instruction page.
For template change in demo projects MdsPimPrintDemoBundle creates predefined properties and imports InDesign template files into
the Pimcore asset management. If you want to test this, execute the migrations by issuing:
bin/console doctrine:migrations:migrate --prefix=Mds\\PimPrint\\DemoBundle\\Migrations
Installing the InDesign plugin
In order to generate InDesign documents with the PimPrint-Demo install the mds.PimPrint InDesign plugin and create a server connection to your Pimcore Demo installation.