{"id":20744692,"url":"https://github.com/chenjinyi/ltcommunity","last_synced_at":"2026-05-09T07:32:32.753Z","repository":{"id":121297769,"uuid":"145388469","full_name":"Chenjinyi/LTCommunity","owner":"Chenjinyi","description":"使用Laravel + Tabler框架开发搭建的社区网站","archived":false,"fork":false,"pushed_at":"2018-09-22T06:44:03.000Z","size":5903,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T12:51:37.459Z","etag":null,"topics":["bootstrap","laravel","tabler"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chenjinyi.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-20T08:25:42.000Z","updated_at":"2023-10-23T15:13:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e48fa36-05f2-403c-9d3d-a4880189e2a6","html_url":"https://github.com/Chenjinyi/LTCommunity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chenjinyi/LTCommunity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chenjinyi%2FLTCommunity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chenjinyi%2FLTCommunity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chenjinyi%2FLTCommunity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chenjinyi%2FLTCommunity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chenjinyi","download_url":"https://codeload.github.com/Chenjinyi/LTCommunity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chenjinyi%2FLTCommunity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28023052,"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-25T02:00:05.988Z","response_time":58,"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":["bootstrap","laravel","tabler"],"created_at":"2024-11-17T07:16:50.925Z","updated_at":"2025-12-25T07:16:53.266Z","avatar_url":"https://github.com/Chenjinyi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LTCommunity开源社区\n\n\n\n![AdobeStock](./AdobeStock.jpg)\n\n\u003e Design by [Adobe](https://www.adobe.com/)\n\u003e\n\u003e 图内网站版本 ： Version 0.1.0 \n\n\n\n### 版本\n\n​\t目前版本： 0.1.2  预览版\n\n​\t[预览体验](https://community.mercy.ink/)\n\n### 简介\n\n\u003e 目前只是预览版，很多功能并没有得到完善，会存在bug\n\n\t使用Laravel+Tabler框架开发搭建的社区网站\n\n### 名字来源\n\n\t使用Laravel+Tabler框架开发搭建的社区网站\n\n### 许可证\n\n\t请遵守 GPL3.0 \n\n### 国际化\n\n\t暂不考虑\n\n### 安装方法\n\n#### 环境要求：\n\nPHP\u003e = 7.1.3\nOpenSSL PHP扩展\nPDO PHP扩展\nMbstring PHP扩展\nTokenizer PHP扩展\nXML PHP扩展\nCtype PHP扩展\nJSON PHP扩展\nComposer\n\n#### 安装教程：\n\n~~~shell\n//克隆存储库，到你的网站目录\ngit clone git@github.com:Chenjinyi/LTCommunity.git \ncd LTCommunity\n//更改配置文件，复制.env.example 变成 .env 并编辑.env里面的信息\n//.env配置可参考：https://www.jianshu.com/p/b80c0dc9ee0e\ncp .env.example .env\nvim .env\n//安装扩展\ncomposer install\n//生成APP key（保证安全性）\nphp artisan key:generate\n//运行数据库迁移\nphp artisan migrate\n\n~~~\n\n**最后请配置 URL 重写规则（伪静态）**\n\nApache自带配置，请跳过这一步\n\n下面以 Nginx 为例：\n\n1. 找到你的 Nginx 站点配置文件（也就是你这个域名的 `server {}` 块）\n2. 在 `server {}` 块中适当的地方添加如下规则：\n\n```\nlocation / {\n    try_files $uri $uri/ /index.php?$query_string;\n}\n```\n\n**安装完成**\n\n 不出意外的话，你已经完成了 LTCommunity的安装。\n\n### 更新\n\n~~~\n0.1.2.  新增板块功能\n0.1.1   Laravel 更新到5.7\n0.1.0   完成基础功能\n\t\t添加文章编写，删除，发布\n\t\t添加注册，登陆\n\t\t添加个人主页\n\t\t添加文章评论\n\n~~~\n\n### 问题反馈\n\n\t请提交Issue或发送邮件到 chenjinyi666@gmail.com\n\n### 感谢\\致敬\n\n\u003e 排名不分前后\n\n[laravel](https://laravel.com/)\n\n[tabler](https://tabler.github.io/)\n\n[418ca]()\n\n[Yfsama]()\n\n[sweetalert2](https://sweetalert2.github.io/)\n\n[Adobe](https://www.adobe.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenjinyi%2Fltcommunity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenjinyi%2Fltcommunity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenjinyi%2Fltcommunity/lists"}