{"id":24404135,"url":"https://github.com/1nfrastr/likeadmin_laravel","last_synced_at":"2026-03-16T22:31:26.067Z","repository":{"id":260747758,"uuid":"882227464","full_name":"1nFrastr/likeadmin_laravel","owner":"1nFrastr","description":"likeadmin_php的Laravel版本","archived":false,"fork":false,"pushed_at":"2025-01-18T06:07:36.000Z","size":5349,"stargazers_count":64,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T19:21:22.634Z","etag":null,"topics":["admin-pannel","crmeb","elementui-plus","laravel","likeadmin","nuxtjs","uniapp","vite","vue3"],"latest_commit_sha":null,"homepage":"https://lara-s.sodair.top","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/1nFrastr.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-02T08:30:24.000Z","updated_at":"2025-03-21T09:46:03.000Z","dependencies_parsed_at":"2025-01-18T07:27:55.602Z","dependency_job_id":null,"html_url":"https://github.com/1nFrastr/likeadmin_laravel","commit_stats":null,"previous_names":["1nfrastr/lara-s","1nfrastr/likeadmin_laravel"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1nFrastr%2Flikeadmin_laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1nFrastr%2Flikeadmin_laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1nFrastr%2Flikeadmin_laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1nFrastr%2Flikeadmin_laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1nFrastr","download_url":"https://codeload.github.com/1nFrastr/likeadmin_laravel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248496526,"owners_count":21113846,"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","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":["admin-pannel","crmeb","elementui-plus","laravel","likeadmin","nuxtjs","uniapp","vite","vue3"],"created_at":"2025-01-20T04:00:06.486Z","updated_at":"2026-03-16T22:31:26.013Z","avatar_url":"https://github.com/1nFrastr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"margin: 10px 0 10px; font-weight: bold;\"\u003elikeadmin_laravel\u003c/h1\u003e\n\u003ch3 align=\"center\" style=\"margin-bottom: 10px;\"\u003e用Laravel 11重写likeadmin前后端分离全栈开发框架\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/Laravel-11-ef6763\"\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/PHP-8.2-8892bf\"\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/MySQL-8.0-3e6e93\"\u003e\u003c/a\u003e\n\n来源项目：[likeadmin_php](https://github.com/likeadmin-likeshop/likeadmin_php) ( v1.9.4 / bfba16334f)\n\n当前进度：\n█████████░ 99%\n\n技术栈：\n- PHP 8.0 =\u003e PHP 8.2\n- ThinkPHP 8 =\u003e Laravel 11\n- 管理后台：Vue3 + TypeScript + ElementPlus UI + TailwindCSS\n- 小程序：Vue3 + TypeScript + Uniapp + TailwindCSS\n- PC端：Vue3 + Nuxt\n\n## 设计目标\n\n1. 完全兼容likeadmin_php数据库表结构、API接口路由等\n\n2. 无需改动任何一行前端代码/任何一个表结构，即可无缝迁移到Laravel\n\n## 部署运行\n\n[管理后台演示入口](https://lara-s.sodair.top/admin/)\n\n\u003e 演示账号密码为：demo / 123456\n\n[PC端前台演示入口](https://lara-s.sodair.top/pc/)\n\n[移动端H5演示入口](https://lara-s.sodair.top/mobile/)\n\n**详细部署教程👉**[点这里](/doc/deploy.md)\n\n## 优先级排期\n\n- [x] 代码结构迁移：遵循 PSR-4\n- [x] 核心迁移：路由、中间件、响应封装器\n- [x] 基类改造：列表查询类、缓存类、多场景验证器\n- [x] 管理端 API - 管理员登录\n- [x] 管理端 API - 工作台数据、后台基础配置接口\n- [x] 管理端 API - 管理员/角色/菜单权限管理\n- [x] 权限控制中间件\n- [x] 数据表格导出\n- [x] 静态资源放到项目工程\n- [x] 数据库模型兼容TP框架：软删除、创建时间、更新时间\n- [x] 管理端 - 文章资讯管理\n- [x] 移动端 - 账号登录注册\n- [x] 移动端 - 第三方登录：手机验证码登录\n- [x] 系统设置 - 用户设置、网站设置\n- [x] 素材中心 - 文件管理\n- [x] 移动端 - 账号信息变更：绑定手机号、修改密码等\n- [x] 移动端 - 文章资讯\n- [x] 管理端 - 部门岗位管理\n- [x] 操作日志Listener等监听器逻辑迁移\n- [x] 装修管理\n- [x] 代码生成器\n- [x] 安装引导UI、Release发行版\n- [x] 安装引导页面测试redis连接\n- [x] 存储引擎：本地存储、阿里云、腾讯云、七牛云\n- [x] 修改代码生成器，前端UI列表筛选项的样式。下拉选项宽度、文本输入框宽度\n- [ ] 渠道设置：微信小程序配置✔、公众号菜单管理✔、公众号消息回复逻辑✔、h5设置✔、开放平台TODO\n- [ ] 第三方登录：微信小程序授权登录✔、H5公众号授权登录✔、PC端扫码登录TODO（需配合开放平台）\n- [ ] 钱包充值✔、微信支付（小程序支付✔、公众号/H5付款暂未测试）、支付宝支付TODO\n- [ ] fix 修改全部edit方法，使用模型事件\n- [ ] fix 修改代码生成器，edit方法。\n\n### API接口迁移工作清单：\n\n| **管理后台**   | 进度 | **移动端**     | 进度 | **PC端**       | 进度 |\n|----------------|----|----------------|----|----------------|------|\n| 工作台 | ✔ | 登录注册 | ✔ | 首页数据 | ✔ |\n| 登录 | ✔ | 文章管理 | ✔ | 网站配置 | ✔ |\n| 装修管理 | ✔ | 上传管理 | ✔ | 资讯中心 | ✔ |\n| 文章资讯 | ✔ | 用户管理 | ✔ | 文章详情 | ✔ |\n| 消息通知 | ✔ | 用户钱包 | ✔ | 扫码登录 |      |\n| 渠道设置 | ✔ | 支付相关 | ✔ |                |      |\n| 组织管理 | ✔ | 其他 | ✔ |                |      |\n| 权限管理 | ✔ |                |    |                |      |\n| 系统设置 |    |                |    |                |      |\n| 文件管理 | ✔ |                |    |                |      |\n| 存储引擎 | ✔ |                |    |                |      |\n| 开发工具 | ✔ |                |    |                |      |\n| 用户管理 | ✔ |                |    |                |      |\n| 通用数据 | ✔ |                |    |                |      |\n| 营销应用 | ✔ |                |    |                |      |\n| 财务管理 | ✔ |                |    |                |      |\n\n\n### 联系方式\n\nQQ交流群：1021148123\n\n\u003ctable\u003e\n\u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003cimg src=\"./doc/image/qq-group-crop.jpg\" alt=\"qrcode\" width=\"200\"/\u003e\n    \u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1nfrastr%2Flikeadmin_laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1nfrastr%2Flikeadmin_laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1nfrastr%2Flikeadmin_laravel/lists"}