Installation
Step 1: Install via Composer
composer require sylius/legacy-shop-bridge-plugin --no-scriptsStep 2: Enable Bundles
return [
// ... existing bundles
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
Sylius\LegacyShopBridgePlugin\SyliusLegacyShopBridgePlugin::class => ['all' => true],
];Step 3: Import Configuration
imports:
- { resource: "@SyliusLegacyShopBridgePlugin/config/config.yaml" }Step 4: Add Routes
Step 5: Install Frontend Dependencies
Next Steps
Last updated
Was this helpful?
