All Projects → kefu-chat → src

kefu-chat / src

Licence: MIT license
闪客服

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to src

chat21-ionic
A ionic v5 and Angular 8 desktop and mobile chat
Stars: ✭ 69 (+15%)
Mutual labels:  livechat, customer-service
Chatovatko
A chatting C# application with end-to-end encryption.
Stars: ✭ 19 (-68.33%)
Mutual labels:  livechat
springcrm
An open-source CRM.
Stars: ✭ 14 (-76.67%)
Mutual labels:  customer-service
Rocket.Chat.Java.SDK
[DEPRECATED, NOT MAINTAINED] Java/Android SDK for Rocket.Chat
Stars: ✭ 27 (-55%)
Mutual labels:  livechat
Chatwoot
Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
Stars: ✭ 11,554 (+19156.67%)
Mutual labels:  livechat
Papercups
Open-source live customer chat
Stars: ✭ 4,554 (+7490%)
Mutual labels:  livechat
chat21-web-widget
Live Chat Widget built with Firebase and Angular4 for customer support .
Stars: ✭ 69 (+15%)
Mutual labels:  livechat
CircBot
Simple YouTube LiveStream Chatbot (not maintained)
Stars: ✭ 14 (-76.67%)
Mutual labels:  livechat
YouTube-Livechat-Channel-Resolver
A simple userscript that restores the "Visit Channel" aka "Go To Channel" functionality in YouTube Livestream Chats.
Stars: ✭ 43 (-28.33%)
Mutual labels:  livechat
11LiveChat
Another one-one live chatroom using pion webrtc with sfu mode
Stars: ✭ 30 (-50%)
Mutual labels:  livechat
salesiq-mobilisten-android-sample
Sample App to integrate SalesIQ Android SDK (Mobilisten)
Stars: ✭ 13 (-78.33%)
Mutual labels:  livechat
DSTC6-End-to-End-Conversation-Modeling
DSTC6: End-to-End Conversation Modeling Track
Stars: ✭ 56 (-6.67%)
Mutual labels:  customer-service

闪客服后端

单元测试

基于 Laravel 的客服系统: www.kefu.chat.

安装

composer install
cp .env.example .env

#修改数据库、Redis密码和
code .env

php artisan key:generate
php artisan jwt:secret
php artisan migrate
#导入省市区街道数据库
php artisan pca:refreshData -d jd
#初始化套餐信息
php artisan db:seed --class=Database\\Seeders\\PlansTableSeeder

#初始化管理员
php artisan db:seed --class=Database\\Seeders\\PermissionSeeder
php artisan db:seed --class=Database\\Seeders\\AdminSeeder

#待分配对话
php artisan db:seed --class=Database\\Seeders\\ConversationTableSeeder
php artisan db:seed --class=Database\\Seeders\\MessageTableSeeder

#已分配对话
php artisan db:seed --class=Database\\Seeders\\ConversationTableSeeder
php artisan db:seed --class=Database\\Seeders\\MessageTableSeeder
php artisan db:seed --class=Database\\Seeders\\AssignSeeder

#全新企业
php artisan db:seed --class=Database\\Seeders\\InstitutionsTableSeeder

#全新客服
php artisan db:seed --class=Database\\Seeders\\UsersTableSeeder

#全新访客
php artisan db:seed --class=Database\\Seeders\\VisitorsTableSeeder

Socket 服务器启动

配置文件

cp laravel-echo-server.json.example laravel-echo-server.json

启动服务

sh ./laravel-echo-server-start.sh

单元测试

php artisan test

授权协议

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].