PHPackages                             setono/sylius-shop-the-look-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. setono/sylius-shop-the-look-plugin

ActiveSylius-plugin

setono/sylius-shop-the-look-plugin
==================================

Create looks for your Sylius store that let your customers buy more items

v0.2.9(1y ago)011.4k[5 issues](https://github.com/Setono/SyliusShopTheLookPlugin/issues)[1 PRs](https://github.com/Setono/SyliusShopTheLookPlugin/pulls)MITPHPPHP &gt;=7.4CI failing

Since Mar 31Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Setono/SyliusShopTheLookPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-shop-the-look-plugin)[ RSS](/packages/setono-sylius-shop-the-look-plugin/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (29)Versions (13)Used By (0)

Setono Sylius Shop The Look Plugin
==================================

[](#setono-sylius-shop-the-look-plugin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/26c19dc64882f0a5644fa7e70782260d6dd1a10e41445c178557823dfd096db9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365746f6e6f2f73796c6975732d73686f702d7468652d6c6f6f6b2d706c7567696e2e737667)](https://packagist.org/packages/setono/sylius-shop-the-look-plugin)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Build Status](https://github.com/Setono/SyliusShopTheLookPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusShopTheLookPlugin/actions)

Installation
------------

[](#installation)

### Require plugin with composer

[](#require-plugin-with-composer)

```
composer require setono/sylius-shop-the-look-plugin
```

### Import configuration

[](#import-configuration)

```
# config/packages/setono_sylius_shop_the_look.yaml
imports:
    - { resource: "@SetonoSyliusShopTheLookPlugin/Resources/config/app/config.yaml" }
```

### (Optional) Import fixtures

[](#optional-import-fixtures)

If you wish to have some looks to play with in your application during development.

```
# config/packages/setono_sylius_shop_the_look.yaml
imports:
    # ...
    - { resource: "@SetonoSyliusShopTheLookPlugin/Resources/config/app/fixtures.yaml" }
```

### Import routing

[](#import-routing)

```
# config/routes/setono_sylius_shop_the_look.yaml
setono_sylius_shop_the_look:
    resource: "@SetonoSyliusShopTheLookPlugin/Resources/config/routes.yaml"
    # Or if your app doesn't use localized URLs:
    # resource: "@SetonoSyliusShopTheLookPlugin/Resources/config/routes_no_locale.yaml"
    # @see https://docs.sylius.com/en/latest/cookbook/shop/disabling-localised-urls.html
```

### Add plugin class to your `bundles.php`

[](#add-plugin-class-to-your-bundlesphp)

Make sure you add it before `SyliusGridBundle`, otherwise you'll get exception.

```
