starfruit / shop-bundle
Starfruit Shop Bundle
0.1.7
2025-01-21 01:20 UTC
README
Starfruit Shop Bundle
Requirement
E-Commerce Framework
Install bundle
composer require pimcore/ecommerce-framework-bundle
Update config/bundle.php
return [ ... Pimcore\Bundle\EcommerceFrameworkBundle\PimcoreEcommerceFrameworkBundle::class => ['all' => true],
Setup
php bin/console pimcore:bundle:install PimcoreEcommerceFrameworkBundle
Customer Management Framework
Install bundle
composer require pimcore/customer-management-framework-bundle
Update config/bundle.php
return [ ... \CustomerManagementFrameworkBundle\PimcoreCustomerManagementFrameworkBundle::class => ['all' => true], Pimcore\Bundle\ObjectMergerBundle\ObjectMergerBundle::class => ['all' => true],
Setup
php bin/console pimcore:bundle:install PimcoreCustomerManagementFrameworkBundle
Installation
- On your Pimcore 11 root project:
composer require starfruit/shop-bundle
- Update
config/bundles.php
file:
return [ .... Starfruit\ShopBundle\StarfruitShopBundle::class => ['all' => true], ];