Manual Installation
1. Install the Plugin via Composer
composer require sylius/mollie-plugin:^3.1 --no-scripts -W2. Enable the Bundle
# config/bundles.php
return [
...
Bazinga\Bundle\JsTranslationBundle\BazingaJsTranslationBundle::class => ['all' => true],
Sylius\MolliePlugin\SyliusMolliePlugin::class => ['all' => true],
];3. Import Configuration
# config/packages/_sylius.yaml
imports:
...
- { resource: "@SyliusMolliePlugin/config/config.yaml" }4. Import routes
5. Extend the GatewayConfig entity
GatewayConfig entity6. Extend the Order entity
Order entity7. Extend the Product entity
Product entity8. Extend the ProductVariant entity
ProductVariant entity9. Extend the AdminUser entity
AdminUser entity10. Run Doctrine Migrations
11. Frontend Assets Installation
12. Clear the Symfony Cache
🧩 Optional Features
Usage
Last updated
Was this helpful?
