Download the PHP package setono/sylius-shop-the-look-plugin without Composer
On this page you can find all versions of the php package setono/sylius-shop-the-look-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download setono/sylius-shop-the-look-plugin
More information about setono/sylius-shop-the-look-plugin
Files in setono/sylius-shop-the-look-plugin
Package sylius-shop-the-look-plugin
Short Description Create looks for your Sylius store that let your customers buy more items
License MIT
Informations about the package sylius-shop-the-look-plugin
Setono Sylius Shop The Look Plugin
Installation
Require plugin with composer
Import configuration
(Optional) Import fixtures
If you wish to have some looks to play with in your application during development.
Import routing
Add plugin class to your bundles.php
Make sure you add it before SyliusGridBundle
, otherwise you'll get exception.
Prepare assets
If you're using Webpack encore in your app:
-
Add swiper to your
package.json
: -
Specify plugin's scripts alias at
webpack.config.js
: -
Use plugin's apps/styles:
- And run
yarn encore dev
to rebuild it
If you're using regular scripts inclusion
This is not supported out of the box (slug generation script), but I guess you can do something like this at your app's javascript file:
Also, you should discover src/Resources/private and adjust shop styles/scripts to your needs.
Update your database:
Override templates
Inject look discount lines from src/Resources/views/templates/bundles templates to cart/checkout/order templates like it was done at tests/Application/templates/bundles.
All versions of sylius-shop-the-look-plugin with dependencies
doctrine/collections Version ^1.6
doctrine/orm Version ^2.7
knplabs/knp-menu Version ^3.1
sylius/resource-bundle Version ^1.6
symfony/config Version ^4.4 || ^5.0
symfony/dependency-injection Version ^4.4 || ^5.0
symfony/form Version ^4.4 || ^5.0
symfony/http-foundation Version ^4.4 || ^5.0.7
symfony/intl Version ^4.4 || ^5.0
symfony/options-resolver Version ^4.4 || ^5.0
symfony/templating Version ^4.4 || ^5.0
twig/twig Version ^2.14
webmozart/assert Version ^1.9