{"id":2754538,"url":"https://github.com/leeqvip/tadmin","last_synced_at":"2025-04-04T11:10:55.079Z","repository":{"id":57066194,"uuid":"161045623","full_name":"leeqvip/tadmin","owner":"leeqvip","description":"一个基于ThinkPHP的非侵入式后台开发框架。","archived":false,"fork":false,"pushed_at":"2024-11-29T06:23:55.000Z","size":7700,"stargazers_count":101,"open_issues_count":0,"forks_count":32,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T10:04:56.203Z","etag":null,"topics":["admin","casbin","framework","manage","mcf","mvc","orm","permission","rbac","thinkphp"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leeqvip.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":"2018-12-09T14:04:38.000Z","updated_at":"2024-12-13T05:43:54.000Z","dependencies_parsed_at":"2024-10-31T16:03:55.437Z","dependency_job_id":"9f6f1c31-fc1a-4e33-bbef-5bfcd969d1e9","html_url":"https://github.com/leeqvip/tadmin","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":0.09999999999999998,"last_synced_commit":"72bb37904ef6de4966e39f7ab54e74a051a0e440"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeqvip%2Ftadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeqvip%2Ftadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeqvip%2Ftadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeqvip%2Ftadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leeqvip","download_url":"https://codeload.github.com/leeqvip/tadmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"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","casbin","framework","manage","mcf","mvc","orm","permission","rbac","thinkphp"],"created_at":"2024-01-29T06:22:33.317Z","updated_at":"2025-04-04T11:10:55.058Z","avatar_url":"https://github.com/leeqvip.png","language":"PHP","readme":"\u003ch1 align=\"center\"\u003e\n  Tadmin\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003e一个基于 ThinkPH P的一款非侵入式后台开发框架！\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e \n   \u003ca href=\"https://packagist.org/packages/leeqvip/tadmin\"\u003e\n      \u003cimg src=\"https://poser.pugx.org/leeqvip/tadmin/v/stable\" alt=\"Latest Stable Version\"\u003e\n  \u003c/a\u003e   \n  \u003ca href=\"https://packagist.org/packages/leeqvip/tadmin\"\u003e\n      \u003cimg src=\"https://poser.pugx.org/leeqvip/tadmin/downloads\" alt=\"Total Downloads\"\u003e\n  \u003c/a\u003e   \n  \u003ca href=\"https://packagist.org/packages/leeqvip/tadmin\"\u003e\n    \u003cimg src=\"https://poser.pugx.org/leeqvip/tadmin/license\" alt=\"License\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://tadmin.tech1024.com/\" target=\"_blank\"\u003e\n    \u003cimg src=\"samples/201901060024581.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 安装\n\n最方便的安装方式就是使用Composer ( https://getcomposer.org/ )，在这之前**务必**先搭建好thinkphp项目\n\n1、安装Tadmin\n\n```\ncomposer require leeqvip/tadmin\n```\n\n2、注册服务\n\n注册服务，在应用的全局公共文件`service.php`中加入：\n\n```php\nreturn [\n    // ...\n\n    tadmin\\TadminService::class,\n];\n```\n\n3、执行初始化和数据库迁移：\n\n**确保数据库配置信息正确**）\n\n```\nphp think tadmin:init\nphp think tadmin:migrate:run\n```\n\n## 进入tadmin后台\n\n打开后台地址，例如：\n\nhttp://yourdomain/tadmin\n\n## 演示地址\n\n**后台**：\nhttp://tadmin.tech1024.com/tadmin\n\n用户名：admin 密码：abc-123\n\n**前台**：\nhttp://tadmin.tech1024.com\n\n## 协议\n\n`Tadmin` 采用 [MIT](LICENSE) 开源协议发布。\n\n## 联系\n\n有问题或者功能建议，请联系我们或者提交PR:\n- https://github.com/leeqvip/tadmin/issues\n- leeqvip@gmail.com\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleeqvip%2Ftadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleeqvip%2Ftadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleeqvip%2Ftadmin/lists"}