{"id":15025006,"url":"https://github.com/jeroennoten/laravel-adminlte","last_synced_at":"2025-05-13T15:07:10.223Z","repository":{"id":34297873,"uuid":"38200433","full_name":"jeroennoten/Laravel-AdminLTE","owner":"jeroennoten","description":"Easy AdminLTE integration with Laravel","archived":false,"fork":false,"pushed_at":"2025-04-17T15:14:05.000Z","size":7707,"stargazers_count":3925,"open_issues_count":9,"forks_count":1083,"subscribers_count":129,"default_branch":"master","last_synced_at":"2025-05-05T22:42:47.329Z","etag":null,"topics":["adminlte","laravel"],"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/jeroennoten.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2015-06-28T13:49:58.000Z","updated_at":"2025-05-05T20:07:55.000Z","dependencies_parsed_at":"2023-11-28T21:23:59.373Z","dependency_job_id":"147150a9-4611-4910-86b5-f5bbc16c1242","html_url":"https://github.com/jeroennoten/Laravel-AdminLTE","commit_stats":{"total_commits":499,"total_committers":104,"mean_commits":4.798076923076923,"dds":0.7755511022044088,"last_synced_commit":"9de12d72449b9b6eeb53e366c466debebfa2fb76"},"previous_names":[],"tags_count":117,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroennoten%2FLaravel-AdminLTE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroennoten%2FLaravel-AdminLTE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroennoten%2FLaravel-AdminLTE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroennoten%2FLaravel-AdminLTE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeroennoten","download_url":"https://codeload.github.com/jeroennoten/Laravel-AdminLTE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253969226,"owners_count":21992262,"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":["adminlte","laravel"],"created_at":"2024-09-24T20:01:22.270Z","updated_at":"2025-05-13T15:07:10.184Z","avatar_url":"https://github.com/jeroennoten.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy AdminLTE integration with Laravel\n\n[![Latest Packagist Version](https://img.shields.io/packagist/v/jeroennoten/Laravel-AdminLTE?logo=github\u0026logoColor=white\u0026style=flat-square)](https://packagist.org/packages/jeroennoten/Laravel-AdminLTE)\n[![Total Downloads](https://img.shields.io/packagist/dt/jeroennoten/Laravel-AdminLTE.svg?logo=github\u0026logoColor=white\u0026style=flat-square)](https://packagist.org/packages/jeroennoten/Laravel-AdminLTE)\n[![GitHub Checks Status](https://img.shields.io/github/checks-status/jeroennoten/Laravel-AdminLTE/master?logo=github-actions\u0026logoColor=white\u0026style=flat-square)](https://github.com/jeroennoten/Laravel-AdminLTE/actions)\n[![Quality Score](https://img.shields.io/scrutinizer/quality/g/jeroennoten/Laravel-AdminLTE.svg?logo=scrutinizer\u0026style=flat-square)](https://scrutinizer-ci.com/g/jeroennoten/Laravel-AdminLTE)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/jeroennoten/Laravel-AdminLTE.svg?logo=scrutinizer\u0026style=flat-square)](https://scrutinizer-ci.com/g/jeroennoten/Laravel-AdminLTE)\n[![StyleCI](https://styleci.io/repos/38200433/shield?branch=master)](https://styleci.io/repos/38200433)\n\nThis package provides an easy way to quickly set up [AdminLTE v3](https://adminlte.io/themes/v3/) with [Laravel](https://laravel.com/) (7 or higher). It has no others requirements and dependencies besides **Laravel**, so you can start building your admin panel immediately. The package provides a [blade template](https://laravel.com/docs/blade) that you can extend and an advanced menu configuration system. Also, and optionally, the package offers a set of **AdminLTE** styled authentication views that you can use in replacement of the ones that are provided by the legacy [laravel/ui](https://github.com/laravel/ui) authentication scaffolding.\n\nIf you want to use an older **Laravel** or **AdminLTE** version, review the following package releases:\n- **Releases 1.x**:\n  These releases supports Laravel 5 and include AdminLTE v2\n- **Releases 2.x**:\n  These releases supports Laravel 6 and include AdminLTE v2\n- **Releases 3.x (\u003c=3.8.6)**:\n  These releases supports Laravel 6 and include AdminLTE v3\n\n## Documentation\n\nAll documentation is available at [Laravel-AdminLTE Documentation](https://jeroennoten.github.io/Laravel-AdminLTE) site, we encourage you to read it. If you are new start with the [Installation Guide](https://jeroennoten.github.io/Laravel-AdminLTE/sections/overview/installation.html). To update the package consult the [Updating Guide](https://jeroennoten.github.io/Laravel-AdminLTE/sections/overview/updating.html).\n\n\n## Requirements\n\nThe current package requirements are:\n\n- Laravel \u003e= 8.x\n- PHP \u003e= 7.3\n\n\n## Issues, Questions and Pull Requests\n\nYou can report issues or ask questions in the [issues section](https://github.com/jeroennoten/Laravel-AdminLTE/issues). Please, start your issue with `[BUG]` and your question with `[QUESTION]` in the subject.\n\nIf you have a question, it is recommended to make a search over the closed issues first.\n\nTo submit a Pull Request, fork this repository and create a new branch to commit your new changes there. Finally, open a Pull Request from your new branch. Refer to the [contribution guidelines](https://github.com/jeroennoten/Laravel-AdminLTE/blob/master/.github/CONTRIBUTING.md) for detailed instructions. When submitting a Pull Request take the next notes into consideration:\n\n- Verify that the Pull Request doesn't introduce a high downgrade on the code quality.\n- If the Pull Request adds a new feature, consider adding a proposal of the documentation for this feature too.\n- Keep the package focused, don't add special support to other packages or to solve very particular situations. These changes will make the package harder to maintain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeroennoten%2Flaravel-adminlte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeroennoten%2Flaravel-adminlte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeroennoten%2Flaravel-adminlte/lists"}