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.0 |
sylius/sylius | 1.12.x - 1.13.x |
MySQL | >= 5.7 |
composer require bitbag/mercanet-bnp-paribas-plugin
Add plugin dependencies to your config/bundles.php
file:
# config/bundles.php
return [
...
BitBag\MercanetBnpParibasPlugin\BitBagMercanetBnpParibasPlugin::class => ['all' => true],
];
bin/console cache:clear
Note: If you are running it on production, add the -e prod
flag to this command.
To run the tests, execute the commands:
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
$ yarn install
$ yarn run gulp
$ php bin/console sylius:install --env test
$ php bin/console server:start --env test
$ open http://localhost:8000
$ bin/behat features/*
$ bin/phpspec run
For incorrectly displayed translations, execute the command:
bin/console cache:clear