tas/social
Composer 安装命令:
composer require tas/social
包简介
Tri Anh Social Chat Tools
README 文档
README
Tri Anh Social Chat Tools
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist tas/social "*"
or add
"tas/social": "*"
to the require section of your composer.json file.
php yii migrate --migration-path=@tas/social/migrations
add config module
'modules' => [ 'social' => [ 'class' => 'tas\social\Module', 'createTicketUrl' => '/feedback/create?id_customer={{id_customer}}&id_source={{source}}&conversation_detail_ids={{msg_ids}}', ], ],
Allow Transfer and Unlock Permission
- Add 2 permission : SocialUnlockChat,SocialTransferChat,SocialRevokeChat
- Assign Permission to user or role
- User Role Admin always allow
Params:
- {{id_customer}} : customer id
- {{source}} : number 1: FACEBOOK, 2 : VIBER, 3: Zalo, 4: Live Helper Chat
- {{msg_ids}}: selected messages, format : 1,2,3
统计信息
- 总下载量: 1.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2019-11-11