{"id":18301935,"url":"https://github.com/z1px/tp5-layer-admin","last_synced_at":"2025-07-29T03:40:31.110Z","repository":{"id":252996315,"uuid":"98998669","full_name":"z1px/tp5-layer-admin","owner":"z1px","description":"基于thinkphp5.0.10+layer1.0.9-rls后台权限管理系统","archived":false,"fork":false,"pushed_at":"2017-11-29T16:09:42.000Z","size":3859,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T09:49:52.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/z1px.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-08-01T12:25:42.000Z","updated_at":"2020-07-10T04:12:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"4bc0f5f6-fc73-4129-8837-2ff4306c00d8","html_url":"https://github.com/z1px/tp5-layer-admin","commit_stats":null,"previous_names":["z1px/tp5-layer-admin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/z1px/tp5-layer-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z1px%2Ftp5-layer-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z1px%2Ftp5-layer-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z1px%2Ftp5-layer-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z1px%2Ftp5-layer-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z1px","download_url":"https://codeload.github.com/z1px/tp5-layer-admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z1px%2Ftp5-layer-admin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267624586,"owners_count":24117461,"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-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-11-05T15:17:29.475Z","updated_at":"2025-07-29T03:40:31.083Z","avatar_url":"https://github.com/z1px.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"基于thinkphp5.0.10 + layer1.0.9rls后台权限管理\n===============\n\n\u003e ThinkPHP5的运行环境要求PHP5.4以上。\n\nthinkphp5开发文档参考 [ThinkPHP5完全开发手册](http://www.kancloud.cn/manual/thinkphp5)\n\nLayer开发文档参考 [Layui官网文档](http://www.layui.com/doc/)\n\n树形结构（zTree）开发文档参考 [zTree -- jQuery 树插件Demo演示](http://www.treejs.cn/v3/demo.php#_101)\n\n## 目录结构\n\n初始的目录结构如下：\n\n~~~\nwww  WEB部署目录（或者子目录）\n├─application            应用目录\n│  ├─common             公共模块目录（可以更改）\n│  ├─admin              后台模块目录\n│  │  ├─behavior       行为目录\n│  │  ├─controller     控制器目录\n│  │  ├─model          模型目录\n│  │  ├─logic          模型（逻辑层）目录\n│  │  ├─service        模型（服务层）目录\n│  │  ├─validate       验证器目录\n│  │  ├─view           视图目录\n│  │  ├─config.php     模块配置文件\n│  │  ├─common.php     模块函数文件\n│  │  ├─tags.php       应用行为配置\n│  │  └─ ...           更多类库目录\n│  ├─extra              扩展配置目录\n│  │\n│  ├─command.php        命令行工具配置文件\n│  ├─common.php         公共函数文件\n│  ├─config.php         公共配置文件\n│  ├─route.php          路由配置文件\n│  ├─tags.php           应用行为扩展定义文件\n│  └─database.php       数据库配置文件\n│\n├─public                 WEB目录（对外访问目录）\n│  ├─index.php          入口文件\n│  ├─router.php         快速测试文件\n│  └─.htaccess          用于apache的重写\n│\n├─thinkphp               框架系统目录\n│  ├─lang               语言文件目录\n│  ├─library            框架类库目录\n│  │  ├─think           Think类库包目录\n│  │  └─traits          系统Trait目录\n│  │\n│  ├─tpl                系统模板目录\n│  ├─base.php           基础定义文件\n│  ├─console.php        控制台入口文件\n│  ├─convention.php     框架惯例配置文件\n│  ├─helper.php         助手函数文件\n│  ├─phpunit.xml        phpunit配置文件\n│  └─start.php          框架入口文件\n│\n├─extend                扩展类库目录\n├─runtime               应用的运行时目录（可写，可定制）\n├─vendor                第三方类库目录（Composer依赖库）\n├─build.php             自动生成定义文件（参考）\n├─composer.json         composer 定义文件\n├─LICENSE.txt           授权说明文件\n├─README.md             README 文件\n├─think                 命令行入口文件\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz1px%2Ftp5-layer-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz1px%2Ftp5-layer-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz1px%2Ftp5-layer-admin/lists"}