pimcore / demo-ecommerce
This package is abandoned and no longer maintained.
The author suggests using the pimcore/demo-ecommerce package instead.
E-Commerce Demo Application for Pimcore 5
Package info
github.com/pimcore/demo-ecommerce
Language:TSQL
Type:project
pkg:composer/pimcore/demo-ecommerce
v2.2.1
2019-09-18 14:08 UTC
Requires
- php: >=7.2
- pimcore/customer-management-framework-bundle: ^1.9
- pimcore/pimcore: ~6.2.0
- pimcore/server-side-matomo-tracking: ~0.2
- pimcore/web2print-tools-bundle: ^2.4
- wikimedia/composer-merge-plugin: ^1.4
Requires (Dev)
- cache/integration-tests: ^0.16.0
- codeception/codeception: ~2.4.5
This package is auto-updated.
Last update: 2019-10-23 14:40:49 UTC
README
E-Commerce Demo Application for Pimcore 5. This demo package is intended to be used by Pimcore newcomers who want to know more in the areas of PIM and E-Commerce. It's tailored get an overview of Pimcores PIM and E-Commerce functionality and can be used as a blue print for E-Commerce Applications built with Pimcore.
Getting started
COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo-ecommerce my-project
cd ./my-project
./vendor/bin/pimcore-install
- Point your virtual host to
my-project/web - Open https://your-host/admin in your browser
- Done! 😎