Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 1.45 KB

installation.md

File metadata and controls

58 lines (47 loc) · 1.45 KB

Installation

Overview:

GENERAL


ADDITIONAL


Requirements:

We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.

Package Version
PHP >8.0
sylius/sylius 1.12.x - 1.13.x
MySQL >= 5.7
NodeJS 14.x

Composer:

composer require bitbag/payu-plugin

Basic configuration:

Add plugin dependencies to your config/bundles.php file:

# config/bundles.php

return [
    ...
    BitBag\SyliusPayUPlugin\BitBagSyliusPayUPlugin::class => ['all' => true],
];

Clear application cache by using command:

bin/console cache:clear

Note: If you are running it on production, add the -e prod flag to this command.

Known issues

For the plugin to work correctly, base currency should be set to Polish Zloty in the Sylius admin panel.

Translations not displaying correctly

For incorrectly displayed translations, execute the command:

bin/console cache:clear