{"id":13532799,"url":"https://github.com/hipig/adminlte3","last_synced_at":"2026-01-15T23:22:28.071Z","repository":{"id":57041545,"uuid":"170082018","full_name":"hipig/adminlte3","owner":"hipig","description":"AdminLTE3 extension for laravel-admin","archived":false,"fork":false,"pushed_at":"2019-02-11T09:15:55.000Z","size":5490,"stargazers_count":20,"open_issues_count":7,"forks_count":7,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-29T17:48:37.649Z","etag":null,"topics":["adminlte3","extension","laravel-admin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/hipig.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}},"created_at":"2019-02-11T06:55:06.000Z","updated_at":"2024-05-08T04:46:10.000Z","dependencies_parsed_at":"2022-08-23T23:31:10.961Z","dependency_job_id":null,"html_url":"https://github.com/hipig/adminlte3","commit_stats":null,"previous_names":["pigzzz123/adminlte3"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hipig/adminlte3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hipig%2Fadminlte3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hipig%2Fadminlte3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hipig%2Fadminlte3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hipig%2Fadminlte3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hipig","download_url":"https://codeload.github.com/hipig/adminlte3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hipig%2Fadminlte3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["adminlte3","extension","laravel-admin"],"created_at":"2024-08-01T07:01:13.835Z","updated_at":"2026-01-15T23:22:28.047Z","avatar_url":"https://github.com/hipig.png","language":"JavaScript","funding_links":[],"categories":["扩展包"],"sub_categories":["样式类扩展包"],"readme":"# AdminLTE3 extension for laravel-admin\n\n这是一个 `laravel-admin` 扩展，为 `laravel-admin` 应用 [AdminLTE3](https://github.com/almasaeed2010/AdminLTE/tree/v3.0.0-alpha.2) 主题。\n\n## 依赖\n\nlaravel-admin \u003e= 1.6.9\n\n## 截图\n\n![screenshot1](https://user-images.githubusercontent.com/24596908/52550386-e4894080-2e12-11e9-8342-150195621925.png)\n![screenshot2](https://user-images.githubusercontent.com/24596908/52550528-6e390e00-2e13-11e9-889f-86173aa74c9a.png)\n\n## 安装\n\n```bash\ncomposer require pigzzz123/adminlte3\nphp artisan vendor:publish --tag=adminlte\n```\n\n## 更新\n\n```bash\ncomposer update pigzzz123/adminlte3\nphp artisan vendor:publish --tag=adminlte --force\n```\n\n## 配置\n\n在`config/admin.php`文件的`extensions`，加上属于这个扩展的一些配置\n\n```php\n'extensions' =\u003e [\n    'adminlte' =\u003e [\n        'theme' =\u003e [\n            /*\n            |--------------------------------------------------------------------------\n            |Navbar Theme\n            |--------------------------------------------------------------------------\n            |    \"bg-primary\", \"bg-info\", \"bg-success\", \"bg-danger\"\n            |    \"bg-warning\", \"bg-white\", \"bg-gray-light\"\n            */\n            \n            'navbar'    =\u003e 'bg-white',\n            \n            /*\n            |--------------------------------------------------------------------------\n            |Sidebar Theme\n            |--------------------------------------------------------------------------\n            |    \"sidebar-dark-primary\", \"sidebar-dark-warning\", \"sidebar-dark-info\", \"sidebar-dark-danger\", \"sidebar-dark-success\"\n            |    \"sidebar-light-primary\", \"sidebar-light-warning\", \"sidebar-light-info\", \"sidebar-light-danger\", \"sidebar-light-success\"\n            */\n            \n            'sidebar'   =\u003e 'sidebar-dark-primary',\n            \n            /*\n            |--------------------------------------------------------------------------\n            |LOGO Theme\n            |--------------------------------------------------------------------------\n            |    \"bg-primary\", \"bg-info\", \"bg-success\", \"bg-danger\"\n            |    \"bg-warning\", \"bg-white\", \"bg-gray-light\"\n            */\n            \n            'logo'      =\u003e ''\n        ]\n    ]\n]\n```\n\n## 使用\n\n**强制刷新**后查看效果\n\n## 已知BUG\n- editable 样式错乱\n\n## 鸣谢\n\n* [almasaeed2010/AdminLTE](https://github.com/almasaeed2010/AdminLTE)\n\nLicense\n------------\nLicensed under [The MIT License (MIT)](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhipig%2Fadminlte3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhipig%2Fadminlte3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhipig%2Fadminlte3/lists"}