plumtreesystems/sylius-order-batch
Composer 安装命令:
composer require plumtreesystems/sylius-order-batch
包简介
A plugin that lets you customize how you filter your orders and save them into batches.
关键字:
README 文档
README
A plugin that lets you customize how you filter your orders and save them into batches.
Installation
Install the package with this command: composer require plumtreesystems/sylius-order-batch
Add plugin dependencies to your bundles.php file:
return [ PTS\SyliusOrderBatchPlugin\PTSSyliusOrderBatchPlugin::class => ['all' => true], ];
Import the bundle's configuration to your _sylius.yaml file
imports: - { resource: "@PTSSyliusOrderBatchPlugin/Resources/config/config.yml" }
Import the bundle's routes to your routes.yaml file
pts_sylius_order_batch_plugin: resource: "@PTSSyliusOrderBatchPlugin/Resources/config/routing.yml"
Execute migrations php bin/console doctrine:migrations:migrate
Copy the bundle's templates from src/Resources/templates to your project templates/ folder
Install the assets of the bundle by executing this command: php bin/console assets:install public
Customize
If you'd like to add custom actions or custom types your batches, follow instructions in the following links
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-16