Manual Installation
1. Require the plugin
composer require sylius/refund-plugin2. Register bundles
return [
Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true],
Sylius\RefundPlugin\SyliusRefundPlugin::class => ['all' => true],
];3. Import plugin configuration
imports:
- { resource: '@SyliusRefundPlugin/config/config.yaml' }4. Import routes
5. Run migrations
6. Include admin assets
7. Build frontend assets
8. Configure wkhtmltopdf
wkhtmltopdf9. Clear cache
Last updated
Was this helpful?
