{"id":40757262,"url":"https://github.com/quarkcloudio/quark-cms","last_synced_at":"2026-01-21T16:42:40.144Z","repository":{"id":37584903,"uuid":"239451921","full_name":"quarkcloudio/quark-cms","owner":"quarkcloudio","description":"QuarkCMS is a content management system based on QuarkAdmin, which is simple, flexible and open source.","archived":false,"fork":false,"pushed_at":"2024-11-12T22:46:23.000Z","size":23658,"stargazers_count":45,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"2.0","last_synced_at":"2025-07-24T01:55:09.086Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/quarkcloudio.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":"2020-02-10T07:25:33.000Z","updated_at":"2025-02-15T06:20:28.000Z","dependencies_parsed_at":"2025-07-24T01:55:17.145Z","dependency_job_id":"dea74d5d-c282-47c2-bd87-a9bd5f5a9040","html_url":"https://github.com/quarkcloudio/quark-cms","commit_stats":null,"previous_names":["quarkcloudio/quark-cms","quarkcms/quark-cms"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/quarkcloudio/quark-cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quarkcloudio","download_url":"https://codeload.github.com/quarkcloudio/quark-cms/tar.gz/refs/heads/2.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkcloudio%2Fquark-cms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"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-21T16:42:39.516Z","updated_at":"2026-01-21T16:42:40.138Z","avatar_url":"https://github.com/quarkcloudio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 介绍\n基于 QuarkAdmin 的CMS系统，简单、灵活、开源，欢迎使用！\n\n## 系统特性\n\n**内置功能**\n* 文章管理\n* 单页管理\n* 广告位管理\n* 友情链接管理\n* 导航管理\n* 管理员管理\n* 用户管理\n* 权限系统\n* 菜单管理\n* 系统配置\n* 操作日志\n* 附件管理\n\n## 安装\n\n需要安装PHP7.2+ 和 Laravel6.0+；下载最新的安装包解压到WEB目录，并正确配置了WEB环境；\n\n1、重命名.env.example 改为 .env \n\n2、编辑.env文件，配置数据库信息\n\n3、执行下面的命令完成安装：\n``` bash\n# 第一步，安装依赖\ncomposer install\n\n# 第二步，运行下面的命令安装\nphp artisan quarkadmin:install\n\n# 第三步，然后填充数据\nphp artisan db:seed\n```\n注意: 您需要将php加入到环境变量，如果在执行迁移时发生 `「class not found」` 错误，试着先执行 `composer dump-autoload` 命令后再进行一次。\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/\n\n默认用户名：administrator 密码：123456\n\n## 技术支持\n为了避免打扰作者日常工作，你可以在Github上提交 [Issues](https://github.com/quarkcms/quark-cms/issues)\n\n相关教程，你可以查看 [在线文档](http://www.quarkcms.com/quark-cms/)\n\n## License\nQUARKCMS IS NOT FREE,IF YOU WANT TO USE THIS SOFTWARE,PILEASE BUY A LICENSE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarkcloudio%2Fquark-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquarkcloudio%2Fquark-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarkcloudio%2Fquark-cms/lists"}