Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 976 Bytes

installation.md

File metadata and controls

45 lines (37 loc) · 976 Bytes

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.17.x

Composer:

composer require bitbag/przelewy24-plugin

Basic configuration:

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

# config/bundles.php

return [
    ...
    BitBag\SyliusPrzelewy24Plugin\BitBagSyliusPrzelewy24Plugin::class => ['all' => true],
];

Known issues

Translations not displaying correctly

For incorrectly displayed translations, execute the command:

bin/console cache:clear