juicesweb/sylius-customer-support-plugin
Composer 安装命令:
composer require juicesweb/sylius-customer-support-plugin
包简介
Plugin allowing to users to open tickets for their orders and the administrator can manage and respond to them in the back office on Sylius
README 文档
README
Install
Composer
composer require arobases-sylius-public/sylius-customer-support-plugin
Copy resource
Create file config/packages/arobases_sylius_customer_support_plugin.yaml with this content
imports:
- { resource: "@ArobasesSyliusCustomerSupportPlugin/Resources/config/resources.yaml" }
Copy routes
Create file config/routes/arobases_sylius_customer_support_plugin.yaml with this content
arobases_sylius_customer_support_plugin_admin:
resource: "@ArobasesSyliusCustomerSupportPlugin/Resources/config/admin_routing.yml"
arobases_customer_support_plugin:
resource: "@ArobasesSyliusCustomerSupportPlugin/Resources/config/shop_routing.yml"
Update shema
php bin/console d:s:u -f
Load assets
php bin/console asset:install &&
php bin/console sylius:theme:asset:install &&
yarn install &&
yarn build &&
yarn encore dev &&
php bin/console ca:clear
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-05
