yireo / shopware6-luma-sample-data
Import Magento 2 Luma Sample Data into Shopware 6
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Type:shopware-platform-plugin
Requires
- ext-fileinfo: *
- league/csv: ^9.0
- shopware/core: ~6.4
This package is auto-updated.
Last update: 2024-10-21 17:19:05 UTC
README
This Shopware 6 plugin allows you to import Luma sample products into your Shopware instance. The Luma sample data are based upon the demo-data used in Magento 2 Luma. Note that this plugin mainly serves an educational purpose.
STATUS: In progress. Categories and products are imported, including product media images. The main thing that is still lacking are properties and product variants.
WARNING: This package contains about 500Mb worth of images. Just so you know.
Installation
composer require yireo/shopware6-luma-sample-data:@dev --dev bin/console plugin:refresh bin/console plugin:install --activate YireoLumaSampleData
Usage
Run the following command to start importing data:
php -d memory_limit=-1 bin/console luma:import
Additional flags:
--recreate-products=1
: Recreate products if they already exist in the database.--recreate-media=1
: Recreate media images if they already exist in the database.
TODO
- Add variants
- Check CSV feed for other options
- Turn this into async actions instead