setono/sylius-trustpilot-plugin
最新稳定版本:v2.0.0-alpha.4
Composer 安装命令:
composer require setono/sylius-trustpilot-plugin
包简介
Trustpilot plugin for Sylius.
README 文档
README
Send review invitations to your customers to entice them to leave feedback for you. The plugin uses Trustpilots AFS service.
Installation
$ composer require setono/sylius-trustpilot-plugin
Add bundle to config/bundles.php:
<?php // config/bundles.php return [ // ... Setono\SyliusTrustpilotPlugin\SetonoSyliusTrustpilotPlugin::class => ['all' => true], ];
Configure plugin
# config/packages/setono_sylius_trustpilot.yaml imports: - { resource: "@SetonoSyliusTrustpilotPlugin/Resources/config/app/config.yaml" }
Configure routes
# config/routes/setono_sylius_trustpilot.yaml setono_sylius_trustpilot: resource: "@SetonoSyliusTrustpilotPlugin/Resources/config/routes.yaml"
Install assets
bin/console assets:install
Update your schema
# Generate and edit migration bin/console doctrine:migrations:diff # Then apply migration bin/console doctrine:migrations:migrate
Add cronjob
The following command should be run on a regular basis:
bin/console setono:sylius-trustpilot:process
统计信息
- 总下载量: 25.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-06