coding-berlin/extra-promotions-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Add extra promotions plugin for Sylius.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 10

Forks: 3

Open Issues: 1

Type:sylius-plugin

pkg:composer/coding-berlin/extra-promotions-plugin

dev-master 2017-05-04 15:11 UTC

This package is not auto-updated.

Last update: 2020-01-24 16:40:16 UTC


README

Usage

  1. Run composer create-project sylius/plugin-skeleton -s dev ProjectName.

Testing

In order to run Behat suites, execute following commands:

$ composer install
$ tests/Application/bin/console doctrine:database:create --env test
$ tests/Application/bin/console doctrine:schema:create --env test
$ vendor/bin/behat