coding-berlin/

extra-promotions-plugin

此软件包已被废弃,不再维护。未建议替代软件包。

为Sylius添加额外的促销插件。

安装: 2

依赖: 0

建议者: 0

安全: 0

星级: 2

关注者: 10

分支: 3

公开问题: 1

类型:sylius-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

使用方法

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

测试

为了运行Behat测试套件,执行以下命令:

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