Manual Installation
Plugin requirements
Installation steps
1. Require plugin
composer require sylius/adyen-plugin:"^2.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. Import plugin assets
7. Install assets
8. Install and build frontend dependencies
9. Run database migrations
10. Clear cache
[Optional] Route Adyen logs to specific handlers
Next steps
Last updated
Was this helpful?
