swag / demo-data
Plugin including demo data
Installs: 8 989
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 25
Forks: 5
Open Issues: 0
Type:shopware-platform-plugin
Requires
- shopware/core: ~6.6.0 || ~6.7.0
This package is auto-updated.
Last update: 2025-02-27 12:27:22 UTC
README
Not for production use! This plugin is intended for development and testing environments only.
Overview
The Shopware Demo Data Plugin provides sample data for Shopware 6. Upon activation, the plugin imports demo data, which may overwrite existing data.
Installation
Option 1: Using the Shopware Administration
- Download the ZIP file.
- Upload the extension via the Shopware Administration.
- Install and activate the plugin.
Option 2: Using the Command Line
- Clone the repository into the
custom/plugins
directory of your Shopware 6 installation:git clone https://github.com/shopware/SwagPlatformDemoData.git custom/plugins/SwagPlatformDemoData
- Run the following commands from the Shopware root directory:
bin/console plugin:refresh bin/console plugin:install --activate SwagPlatformDemoData
License
This project is licensed under the MIT License. See the LICENSE file for details.