{"id":34612614,"url":"https://github.com/zzdylan/laravel5.5-chatroom","last_synced_at":"2025-12-24T14:17:31.035Z","repository":{"id":155473893,"uuid":"124826253","full_name":"zzdylan/laravel5.5-chatroom","owner":"zzdylan","description":"laravel5.5开发的聊天室后端api","archived":false,"fork":false,"pushed_at":"2018-04-25T02:44:19.000Z","size":201,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-04T10:24:11.844Z","etag":null,"topics":["dingo-api","gatewayworker","jwt","laravel"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zzdylan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-03-12T03:03:01.000Z","updated_at":"2019-03-11T12:06:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"089601e2-316b-4b4f-b3bf-526495551c52","html_url":"https://github.com/zzdylan/laravel5.5-chatroom","commit_stats":null,"previous_names":["lvmoss/laravel5.5-chatroom","zzdylan/laravel5.5-chatroom"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/zzdylan/laravel5.5-chatroom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzdylan%2Flaravel5.5-chatroom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzdylan%2Flaravel5.5-chatroom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzdylan%2Flaravel5.5-chatroom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzdylan%2Flaravel5.5-chatroom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzdylan","download_url":"https://codeload.github.com/zzdylan/laravel5.5-chatroom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzdylan%2Flaravel5.5-chatroom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28003727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dingo-api","gatewayworker","jwt","laravel"],"created_at":"2025-12-24T14:17:30.906Z","updated_at":"2025-12-24T14:17:31.018Z","avatar_url":"https://github.com/zzdylan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 项目概述\n\n* 产品名称：laravel5.5-chatroom\n* 项目代码：laravel5.5-chatroom\n* 演示地址：http://chat.51godream.com\n\nlaravel5.5-chatroom是一个简洁的聊天室应用，使用laravel5.5编写的聊天室api\n\n## 功能如下\n- 用户认证 —— 注册、登录;\n- 聊天室发送文字和图片消息\n- 接入图灵机器人，可自定义开关\n\n## 运行环境要求\n\n- Nginx 1.8+\n- PHP 7.0+\n- Mysql 5.7+\n\n## 开发环境部署/安装\n\n本项目代码使用php框架laravel5.5开发\n\n### 基础安装\n\n#### 1. 克隆源代码\n\n克隆 `laravel-chatroom` 源代码到本地：\n\n    \u003e git clone https://github.com/zzDylan/laravel5.5-chatroom.git\n\n\n#### 2. 安装扩展包依赖\n\n\tcomposer install\n\n#### 3. 生成配置文件\n\n```\ncp .env.example .env\n```\n\n你可以根据情况修改 `.env` 文件里的内容，如数据库连接、缓存、邮件设置等：\n\n```\nAPP_URL=http://localhost\n\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=chatroom\nDB_USERNAME=root\nDB_PASSWORD=123456\n```\n\n#### 4. 生成数据表及生成测试数据\n\n在网站根目录下运行以下命令\n\n```shell\n$ php artisan migrate\n```\n\n初始的用户和聊天室表已使用数据迁移生成\n\n\n#### 5. 生成秘钥\n\n```shell\nphp artisan key:generate\n```\n\n```shell\nphp artisan jwt:secret\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzdylan%2Flaravel5.5-chatroom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzdylan%2Flaravel5.5-chatroom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzdylan%2Flaravel5.5-chatroom/lists"}