Installation
Mediaverse is a regular Shopware 6 plugin. You install it the same way you install any other plugin — through the admin Extensions page or via the CLI.
Requirements
Section titled “Requirements”- Shopware 6.6 (6.6.x line)
Install via the admin (ZIP upload)
Section titled “Install via the admin (ZIP upload)”- Download the plugin ZIP (
P2LabProductVideo_v2.66.x.zip). - In the Shopware admin go to Extensions → My extensions → Upload extension and pick the ZIP.
- After upload, click Install next to the plugin entry.
- Click Activate.
Install via CLI
Section titled “Install via CLI”If you have shell access to the Shopware host:
bin/console plugin:refreshbin/console plugin:install --activate P2LabProductVideobin/console cache:clearVerify the installation
Section titled “Verify the installation”- Open the Shopware admin.
- Open any product → Media tab — video-specific fields appear in the media side panel.
- Go to Settings → System → System Config → Product videos — the plugin’s configuration page should be there.
If the configuration page is missing:
- Confirm the plugin is activated under Extensions → My extensions.
- Clear the admin cache:
bin/console cache:clear. - Hard-refresh the admin (Ctrl+Shift+R).
- Check that your user role has access to the new ACL keys.
Next: your first video
Section titled “Next: your first video”The plugin is installed. Continue to Your first video to add a video to a product.