Manual Installation
Plugin requirements
Installation steps
1. Require plugin
composer require sylius/adyen-plugin:"^1.0" --no-scripts2. Enable the Bundle
# config/bundles.php
return [
...
Sylius\AdyenPlugin\SyliusAdyenPlugin::class => ['all' => true],
];3. Import Configuration
4. Import routes
5. Extend the ProductVariant entity
ProductVariant entity6. Copy templates
7. Import plugin assets
8. Install assets
9. Install and build frontend dependencies
10. Run database migrations
11. Clear cache
[Optional] Route Adyen logs to specific handlers
Next steps
Last updated
Was this helpful?
