{"id":15578585,"url":"https://github.com/deatil/laket-admin","last_synced_at":"2025-10-24T03:20:59.464Z","repository":{"id":57010799,"uuid":"349146141","full_name":"deatil/laket-admin","owner":"deatil","description":"laket-admin 是使用 Thinkphp8 和 Layui 开发的后台管理系统","archived":false,"fork":false,"pushed_at":"2025-04-02T05:02:49.000Z","size":8551,"stargazers_count":31,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T00:18:51.019Z","etag":null,"topics":["admin","laket","laket-admin","layui","php-admin","php8","thinkphp","thinkphp8"],"latest_commit_sha":null,"homepage":"https://github.com/deatil/laket-admin","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deatil.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":"2021-03-18T16:36:18.000Z","updated_at":"2025-04-02T04:13:24.000Z","dependencies_parsed_at":"2024-06-06T07:44:45.544Z","dependency_job_id":"d1d826f6-e646-403e-bd6d-368129b3d56a","html_url":"https://github.com/deatil/laket-admin","commit_stats":{"total_commits":175,"total_committers":1,"mean_commits":175.0,"dds":0.0,"last_synced_commit":"641926548d5be69b9fce65cbd97fe756a306e7f0"},"previous_names":[],"tags_count":62,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Flaket-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Flaket-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Flaket-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Flaket-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deatil","download_url":"https://codeload.github.com/deatil/laket-admin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131390,"owners_count":21052831,"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","laket","laket-admin","layui","php-admin","php8","thinkphp","thinkphp8"],"created_at":"2024-10-02T19:11:38.553Z","updated_at":"2025-10-24T03:20:54.409Z","avatar_url":"https://github.com/deatil.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laket-admin 通用PHP后台管理系统\n\n\n## 项目介绍\n\n*  `laket-admin` 是基于 `Thinkphp` 的 PHP 通用后台管理系统\n*  使用 `layui` 搭建的后台管理界面\n*  通过系统构建的插件系统完成对项目的开发\n*  插件说明文档 [`docs/wiki/flash.md`](docs/wiki/flash.md)\n\n\n## 环境要求\n\n - PHP \u003e= 8.0.0\n - Thinkphp \u003e= 8.0\n - Fileinfo PHP Extension\n\n\n## 截图预览\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"50%\"\u003e\n            \u003ccenter\u003e\n                \u003cimg alt=\"LaketAdmin\" src=\"https://github.com/deatil/laket-admin/assets/24578855/fcc7187d-5f41-4f24-a0be-76083905902b\" /\u003e\n            \u003c/center\u003e\n        \u003c/td\u003e\n        \u003ctd width=\"50%\"\u003e\n            \u003ccenter\u003e\n                \u003cimg alt=\"menus\" src=\"https://github.com/deatil/laket-admin/assets/24578855/431cfba5-e1b7-459b-bba9-b7370375de18\" /\u003e\n            \u003c/center\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd width=\"50%\"\u003e\n            \u003ccenter\u003e\n                \u003cimg alt=\"attach\" src=\"https://github.com/deatil/laket-admin/assets/24578855/948ce7db-2ffa-4f9f-8b60-45b8606cac1b\" /\u003e\n            \u003c/center\u003e\n        \u003c/td\u003e\n        \u003ctd width=\"50%\"\u003e\n            \u003ccenter\u003e\n                \u003cimg alt=\"flash\" src=\"https://github.com/deatil/laket-admin/assets/24578855/d8fa5b9e-1d1c-4e33-ade4-e834d04c4109\" /\u003e\n            \u003c/center\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n更多截图 \n[Laket Admin 系统截图](https://github.com/deatil/laket-admin/issues/1)\n\n\n## 安装步骤\n\n1. 首先安装 `thinkphp`\n\n```php\ncomposer create-project topthink/think laket-admin 8.* \u0026\u0026 cd laket-admin\n```\n\n2. 配置数据库信息，并确认能够正常连接数据库\n\n```\nconfig/database.php\n```\n\n3. 执行以下命令下载系统\n\n```php\ncomposer require laket/laket-admin\n```\n\n4. 然后运行下面的命令安装系统\n\n```php\nphp think laket-admin:install\n```\n\n运行完命令后，你可以找到 `config/laket_conf.php` 配置文件，重命名为 `config/laket.php`\n\n5. 后台地址 `http://yourdomain.com/admin/index`, 登录账号：`admin` 及密码 `123456`\n\n\n## 插件推荐\n\n| 名称 | 描述 |\n| --- | --- |\n| [系统通用配置](https://github.com/deatil/laket-config) | 自定义数据配置，将配置信息统一到一个表 |\n| [系统设置](https://github.com/deatil/laket-settings) | 添加系统的设置功能 |\n| [操作日志](https://github.com/deatil/laket-operation-log) | 记录管理员在后台的操作日志 |\n| [数据库管理](https://github.com/deatil/laket-admin-database) | 数据库备份、优化、修复及还原 |\n| [百度编辑器](https://github.com/deatil/laket-ueditor) | 设置添加百度编辑器使用 |\n| [插件禁用](https://github.com/deatil/laket-flash-disable) | 禁用后插件将不能进行相关的操作 |\n| [表单提交](https://github.com/deatil/laket-pushbook) | 简单的表单提交，包括 Admin 页面和用户端页面 |\n| [CMS](https://github.com/deatil/laket-cms) | CMS 内容管理系统 |\n\n注：插件目录默认为 `/flashs` 目录\n\n\n## 特别鸣谢\n\n感谢以下的项目,排名不分先后\n\n - topthink/framework\n \n - layui\n\n - composer/semver\n\n\n## 开源协议\n\n*  `laket-admin` 遵循 `Apache2` 开源协议发布，在保留本系统版权的情况下提供个人及商业免费使用。 \n\n\n## 版权\n\n*  该系统所属版权归 deatil(https://github.com/deatil) 所有。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeatil%2Flaket-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeatil%2Flaket-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeatil%2Flaket-admin/lists"}