{"id":36993872,"url":"https://github.com/quarkcloudio/quark-per","last_synced_at":"2026-01-13T23:46:04.946Z","repository":{"id":45483681,"uuid":"239452155","full_name":"quarkcloudio/quark-per","owner":"quarkcloudio","description":"Laravel + Ant Design Pro 前后端分离的管理后台，Build Anything With Quark","archived":false,"fork":false,"pushed_at":"2024-10-05T05:02:26.000Z","size":17191,"stargazers_count":169,"open_issues_count":0,"forks_count":22,"subscribers_count":3,"default_branch":"2.0","last_synced_at":"2025-10-03T09:28:52.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quarkcloud.io/quark-per/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quarkcloudio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-10T07:27:12.000Z","updated_at":"2025-05-30T07:56:32.000Z","dependencies_parsed_at":"2023-02-09T14:01:16.192Z","dependency_job_id":null,"html_url":"https://github.com/quarkcloudio/quark-per","commit_stats":null,"previous_names":["quarkcloudio/quark-admin","quarkcloudio/quark-per","quarkcms/quark-admin"],"tags_count":142,"template":false,"template_full_name":null,"purl":"pkg:github/quarkcloudio/quark-per","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-per","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-per/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-per/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-per/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quarkcloudio","download_url":"https://codeload.github.com/quarkcloudio/quark-per/tar.gz/refs/heads/2.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-per/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-13T23:46:04.864Z","updated_at":"2026-01-13T23:46:04.928Z","avatar_url":"https://github.com/quarkcloudio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 介绍\nQuarkAdmin 是一个可以帮你快速搭建管理后台的工具；它提供的丰富组件，能帮助您使用很少的代码就能搭建出功能完善的管理后台。\n\n## 系统特性\n\n**内置功能**\n* 管理员管理\n* 用户管理\n* 权限系统\n* 菜单管理\n* 系统配置\n* 操作日志\n* 附件管理\n\n**内置组件**\n* Layout组件\n* Container组件\n* Card组件\n* Table组件\n* Form组件\n* Show组件\n* TabForm组件\n* ...\n\n## 安装\n\n需要安装PHP7.2+ 和 Laravel8.0+，首先确保安装好了laravel，并且数据库连接设置正确。\n\n``` bash\n# 第一步，安装依赖\ncomposer require quarkcloudio/quark-per\n\n# 第二步，然后运行下面的命令来发布资源：\nphp artisan quarkadmin:publish\n\n# 第三步，然后运行下面的命令完成安装：\nphp artisan quarkadmin:install\n```\n\n运行命令的时候，如果遇到了下面的错误:\n\nSQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes ...\n\n您可以找到 config 目录下的 database.php 文件，进行更改：\n``` php\n// 将 strict 改为 false\n'strict' =\u003e false,\n// 将 engine 改为 'InnoDB'\n'engine' =\u003e 'InnoDB',\n```\n\n完成安装后，执行如下命令，快速启动服务：\n``` bash\nphp artisan serve\n```\n后台地址： http://127.0.0.1:8000/admin/index\n\n默认用户名：administrator 密码：123456\n\n\n## 更新\n\n``` bash\n# 第一步，更新依赖\ncomposer update quarkcloudio/quark-per\n\n# 第二步，执行更新命令\nphp artisan quarkadmin:update\n```\n\n## 演示站点\n\n网址：[http://per.quarkcloud.io/admin/](http://per.quarkcloud.io/admin/)\n\n用户名：administrator 密码：123456\n\n## 技术支持\n为了避免打扰作者日常工作，你可以在Github上提交 [Issues](https://github.com/quarkcloudio/quark-per/issues)\n\n相关教程，你可以查看 [在线文档](http://www.quarkcloud.io/quark-per/)\n\n## License\nQuarkAdmin is licensed under The MIT License (MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarkcloudio%2Fquark-per","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquarkcloudio%2Fquark-per","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarkcloudio%2Fquark-per/lists"}