-
Require plugin with composer:
composer require sylius/customer-reorder-plugin
-
Import configuration to
app/config/config.yml
:imports: - { resource: "@SyliusCustomerReorderPlugin/Resources/config/config.yml" }
-
Import routing to
app/config/routing.yml
:sylius_customer_reorder: resource: "@SyliusCustomerReorderPlugin/Resources/config/app/reorder_routing.yml"
-
Add plugin class to your
AppKernel
:$bundles = [ new \Sylius\CustomerReorderPlugin\SyliusCustomerReorderPlugin(), ];
-
Clear cache:
bin/console cache:clear
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.