1 Star 0 Fork 8

道法自然/AI客服系统-PHPWorkermanChat-开源PHP客服系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
think 235 Bytes
一键复制 编辑 原始数据 按行查看 历史
程序员老狼 提交于 2023-07-14 00:20 . 帮助文件
#!/usr/bin/env php
<?php
namespace think;
// 加载基础文件
require __DIR__ . '/thinkphp/base.php';
// 应用初始化
Container::get('app')->path(__DIR__ . '/application/')->initialize();
// 控制台初始化
Console::init();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/onno/php-workerman-chat.git
[email protected]:onno/php-workerman-chat.git
onno
php-workerman-chat
AI客服系统-PHPWorkermanChat-开源PHP客服系统
master

搜索帮助