{"id":21829605,"url":"https://github.com/xxl4/laravel-admin","last_synced_at":"2025-07-19T09:35:16.891Z","repository":{"id":181625006,"uuid":"666310255","full_name":"xxl4/laravel-admin","owner":"xxl4","description":"Build a full-featured administrative interface quickly laravel admin","archived":true,"fork":false,"pushed_at":"2024-06-17T21:12:07.000Z","size":13622,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-20T17:16:32.406Z","etag":null,"topics":["admin","adminlte","adminlte3","bootstrap","bootstrap4","laravel","laravel-admin","message","organizational","php","vue"],"latest_commit_sha":null,"homepage":"https://xxl4.github.io/laravel-admin/","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/xxl4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":"FUNDING.yml","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,"zenodo":null},"funding":null},"created_at":"2023-07-14T07:44:26.000Z","updated_at":"2024-05-13T10:14:07.000Z","dependencies_parsed_at":"2023-10-21T02:22:34.441Z","dependency_job_id":"f0067cb6-25dc-4948-9db9-95193d211176","html_url":"https://github.com/xxl4/laravel-admin","commit_stats":{"total_commits":2362,"total_committers":312,"mean_commits":7.57051282051282,"dds":0.4047417442845047,"last_synced_commit":"4defccfebc5f88c0a5ae41800cf047054f24c286"},"previous_names":["nicelizhi/laravel-admin","xxl4/laravel-admin"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/xxl4/laravel-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxl4%2Flaravel-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxl4%2Flaravel-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxl4%2Flaravel-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxl4%2Flaravel-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxl4","download_url":"https://codeload.github.com/xxl4/laravel-admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxl4%2Flaravel-admin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265909969,"owners_count":23847510,"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","adminlte","adminlte3","bootstrap","bootstrap4","laravel","laravel-admin","message","organizational","php","vue"],"created_at":"2024-11-27T18:28:12.249Z","updated_at":"2025-07-19T09:35:16.836Z","avatar_url":"https://github.com/xxl4.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Requirements\n------------\n - PHP \u003e= 7.2.5\n - Laravel \u003e= 5.5.0\n - Fileinfo PHP Extension\n\nInstallation\n------------\n\nFirst, install laravel 5.5, and make sure that the database connection settings are correct.\n\n```\ncomposer require nicelizhi/laravel-admin\n```\n\nThen run these commands to publish assets and config：\n\n```\nphp artisan vendor:publish --provider=\"Nicelizhi\\Admin\\AdminServiceProvider\"\n```\nAfter run command you can find config file in `config/admin.php`, in this file you can change the install directory,db connection or table names.\n\nAt last run following command to finish install.\n```\nphp artisan admin:install\n```\n\nOpen `http://localhost/admin/` in browser,use username `admin` and password `admin` to login.\n\nConfigurations\n------------\nThe file `config/admin.php` contains an array of configurations, you can find the default configurations in there.\n\nModules\n------------\nUser  \nRoce  \nPermission  \nLog  \nMenu  \nOrganizational  \nMessage  \n\nRight to left support\n------------\njust go to this path `\u003cYOUR_PROJECT_PATH\u003e\\vendor\\Nicelizhi\\laravel-admin\\src\\Traits\\HasAssets.php` and modify `$baseCss` array for loading right to left (rtl) version of bootstap and AdminLTE css files.    \n**bootstrap.min.css** change it to **bootstrap.rtl.min.css**    \n**AdminLTE.min.css** change it to **AdminLTE.rtl.min.css**  \n\nBug Report\n------------\n[https://github.com/nicelizhi/laravel-admin/issues](https://github.com/nicelizhi/laravel-admin/issues)\n\n## Extensions\n[laravel admin products](https://github.com/nicelizhi/laravel-admin-products)  \n[laravel admin orders](https://github.com/nicelizhi/laravel-admin-orders)  \n[laravel admin category](https://github.com/nicelizhi/laravel-admin-category)  \n[laravel admin taobao](https://github.com/nicelizhi/laravel-admin-taobao)  \n[laravel admin douyin](https://github.com/nicelizhi/laravel-admin-douyin)  \n[laravel admin JD](https://github.com/nicelizhi/laravel-admin-jd)  \n[laravel admin Baidu](https://github.com/nicelizhi/laravel-admin-baidu)  \n[laravel admin Amazon](https://github.com/nicelizhi/laravel-admin-amazon)  \n[config](https://github.com/nicelizhi/laravel-admin-config)  \n[message](https://github.com/nicelizhi/laravel-admin-message)  \n[Amazon Books](https://github.com/nicelizhi/amazon-books)  \n\nOther\n------------\n`laravel-admin` based on following plugins or services:\n\n+ [Laravel](https://laravel.com/)\n+ [AdminLTE](https://adminlte.io/)\n+ [Datetimepicker](http://eonasdan.github.io/bootstrap-datetimepicker/)\n+ [font-awesome](http://fontawesome.io)\n+ [moment](http://momentjs.com/)\n+ [Google map](https://www.google.com/maps)\n+ [Tencent map](http://lbs.qq.com/)\n+ [bootstrap-fileinput](https://github.com/kartik-v/bootstrap-fileinput)\n+ [jquery-pjax](https://github.com/defunkt/jquery-pjax)\n+ [Nestable](http://dbushell.github.io/Nestable/)\n+ [toastr](http://codeseven.github.io/toastr/)\n+ [X-editable](http://github.com/vitalets/x-editable)\n+ [bootstrap-number-input](https://github.com/wpic/bootstrap-number-input)\n+ [fontawesome-iconpicker](https://github.com/itsjavi/fontawesome-iconpicker)\n+ [sweetalert2](https://github.com/sweetalert2/sweetalert2)\n\nLicense\n------------\n`laravel-admin` is licensed under [The MIT License (MIT)](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxl4%2Flaravel-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxl4%2Flaravel-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxl4%2Flaravel-admin/lists"}