Installation
1. Prepare Your Environment
2. Allow Symfony Contrib Recipes
composer config extra.symfony.allow-contrib true3. Install the Plugin via Composer
composer require sylius/wishlist-plugin4. Install and build assets
bin/console assets:install public
yarn install
yarn encore dev # or yarn encore prod5. Run Doctrine Migrations
6. Clear the Symfony Cache
Last updated
Was this helpful?
