GENERAL
ADDITIONAL
We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.
Package | Version |
---|---|
PHP | >=8.1 |
sylius/sylius | >=1.12.13 - 1.13.x |
MySQL | >= 5.7 |
NodeJS | >= 14.x |
composer require bitbag/imoje-paywall-plugin --with-all-dependencies
Add plugin dependencies to your config/bundles.php
file:
# config/bundles.php
return [
...
BitBag\SyliusImojePlugin\BitBagSyliusImojePlugin::class => ['all' => true],
];
Add routing to your config/routes.yaml
file:
# config/routes.yaml
bitbag_sylius_imoje_plugin:
resource: "@BitBagSyliusImojePlugin/config/routing.yml"
For incorrectly displayed translations, execute the command:
bin/console cache:clear