Download the PHP package setono/sylius-google-optimize-plugin without Composer
On this page you can find all versions of the php package setono/sylius-google-optimize-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download setono/sylius-google-optimize-plugin
More information about setono/sylius-google-optimize-plugin
Files in setono/sylius-google-optimize-plugin
Package sylius-google-optimize-plugin
Short Description Setono example plugin for Sylius.
License MIT
Informations about the package sylius-google-optimize-plugin
Google Optimize Plugin for Sylius
Integrate Google Optimize with your Sylius store the right way!
Installing the plugin
Enabling the plugin
If you have Flex enabled the composer require
will automatically add the bundles and the plugin to bundles.php
.
If not you should manually add them:
NOTICE: It's important that you add the plugin before the SyliusGridBundle
.
Add configuration file
Create the file config/packages/setono_sylius_google_optimize.yaml
and add the following:
Include routes configuration
Create the file config/routes/setono_sylius_google_optimize.yaml
and add the following:
The plugin also provides a routes file for non localized stores. All you do is to use
@SetonoSyliusGoogleOptimizePlugin/Resources/config/routes_no_locale.yaml
instead of
@SetonoSyliusGoogleOptimizePlugin/Resources/config/routes.yaml
All versions of sylius-google-optimize-plugin with dependencies
ext-json Version *
doctrine/collections Version ^1.6
doctrine/persistence Version ^1.3 || ^2.3
knplabs/knp-menu Version ^3.3
setono/bot-detection-bundle Version ^1.6
setono/doctrine-object-manager-trait Version ^1.1
sylius/resource-bundle Version ^1.8
symfony/config Version ^4.4 || ^5.4
symfony/dependency-injection Version ^4.4 || ^5.4
symfony/event-dispatcher Version ^4.4 || ^5.4
symfony/form Version ^4.4 || ^5.4
symfony/http-foundation Version ^4.4 || ^5.4
symfony/http-kernel Version ^4.4 || ^5.4
symfony/options-resolver Version ^4.4 || ^5.4
symfony/routing Version ^4.4 || ^5.4
twig/twig Version ^2.14
webmozart/assert Version ^1.11