|
vor 1 Jahr | |
---|---|---|
README.md | vor 1 Jahr | |
composer.json | vor 1 Jahr |
This package removes the unused OXID demodata package from the shop.
For installations of the Community Edition and Enterprise Edition please use the packages in "d3/oxideshop-demodata-ce-replacement" (CE) or "d3/oxideshop-demodata-ee-replacement" (EE).
if the demodata aren't used and should be removed from the shop installation
Run this composer statement in your shop. Adjust this instruction if your installation requires it.
composer require d3/oxideshop-demodata-pe-replacement --update-no-dev
Remove the installed demo data (e.g. pictures) from your installation in the source/out/pictures directory.
If the demo data is to be reused
Manually clean up the replacement module entry (d3/oxideshop-demodata-pe-replacement and d3/oxideshop-demodata-ce-replacement) from the vendor/composer/installed.json and composer.lock files.
Run this composer statement in your shop. Adjust this instruction if your installation requires it.
composer remove d3/oxideshop-demodata-pe-replacement d3/oxideshop-demodata-ce-replacement --update-no-dev