PHPackages                             cryptothree/laravel-adminlte-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. cryptothree/laravel-adminlte-bundle

ActiveLibrary[Admin Panels](/categories/admin)

cryptothree/laravel-adminlte-bundle
===================================

Easy AdminLTE integration with Laravel

v4.2.3(4mo ago)0110MITPHPPHP &gt;=7.4

Since Jul 14Pushed 4mo agoCompare

[ Source](https://github.com/cryptothree/Laravel-AdminLTE)[ Packagist](https://packagist.org/packages/cryptothree/laravel-adminlte-bundle)[ RSS](/packages/cryptothree-laravel-adminlte-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (29)Used By (0)

Easy AdminLTE integration with Laravel
======================================

[](#easy-adminlte-integration-with-laravel)

[![Latest Packagist Version](https://camo.githubusercontent.com/ef9b217342b0b12fab5ba803938aa53d6680a844260275236fa2d757536cbee3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a65726f656e6e6f74656e2f4c61726176656c2d41646d696e4c54453f6c6f676f3d676974687562266c6f676f436f6c6f723d7768697465267374796c653d666c61742d737175617265)](https://packagist.org/packages/jeroennoten/Laravel-AdminLTE)[![Total Downloads](https://camo.githubusercontent.com/ec2f981c338f9749120412c27a90d5e27e18ea6b23c5e0c4540841aeb6909e26/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a65726f656e6e6f74656e2f4c61726176656c2d41646d696e4c54452e7376673f6c6f676f3d676974687562266c6f676f436f6c6f723d7768697465267374796c653d666c61742d737175617265)](https://packagist.org/packages/jeroennoten/Laravel-AdminLTE)[![GitHub Checks Status](https://camo.githubusercontent.com/5fff046359d791c35735ac9f43495f83431e49d92b8e5b162ea304822a25ef2a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636865636b732d7374617475732f6a65726f656e6e6f74656e2f4c61726176656c2d41646d696e4c54452f6d61737465723f6c6f676f3d6769746875622d616374696f6e73266c6f676f436f6c6f723d7768697465267374796c653d666c61742d737175617265)](https://github.com/jeroennoten/Laravel-AdminLTE/actions)[![Quality Score](https://camo.githubusercontent.com/f774e763368cc1ba2803e716d9a02b3a5e1ac27bfab75a467a80b39be498a2da/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6a65726f656e6e6f74656e2f4c61726176656c2d41646d696e4c54452e7376673f6c6f676f3d7363727574696e697a6572267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jeroennoten/Laravel-AdminLTE)[![Code Coverage](https://camo.githubusercontent.com/db3cab8c1bbecaf19af3fe5a7035eecea89a21e7beebb0b7c71c00abaa57ddcb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a65726f656e6e6f74656e2f4c61726176656c2d41646d696e4c54452e7376673f6c6f676f3d7363727574696e697a6572267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jeroennoten/Laravel-AdminLTE)[![StyleCI](https://camo.githubusercontent.com/65cbe856bc67e4e3a95b92b7ba30c54c850d818545d18d3d60ac7b497848a196/68747470733a2f2f7374796c6563692e696f2f7265706f732f33383230303433332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/38200433)

This 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.

If you want to use an older **Laravel** or **AdminLTE** version, review the following package releases:

- **Releases 1.x**: These releases supports Laravel 5 and include AdminLTE v2
- **Releases 2.x**: These releases supports Laravel 6 and include AdminLTE v2
- **Releases 3.x (&lt;=3.8.6)**: These releases supports Laravel 6 and include AdminLTE v3

Documentation
-------------

[](#documentation)

All 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).

Requirements
------------

[](#requirements)

The current package requirements are:

- Laravel &gt;= 8.x
- PHP &gt;= 7.3

Issues, Questions and Pull Requests
-----------------------------------

[](#issues-questions-and-pull-requests)

You 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.

If you have a question, it is recommended to make a search over the closed issues first.

To 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:

- Verify that the Pull Request doesn't introduce a high downgrade on the code quality.
- If the Pull Request adds a new feature, consider adding a proposal of the documentation for this feature too.
- 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.

###  Health Score

40

—

FairBetter than 87% of packages

Maintenance82

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Recently: every ~1 days

Total

27

Last Release

123d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa755f2e8f308889d7fd493048be77d6116253c6bc187f5aef33746f85b74ade?d=identicon)[CryptoThree](/maintainers/CryptoThree)

---

Top Contributors

[![dfsmania](https://avatars.githubusercontent.com/u/63609705?v=4)](https://github.com/dfsmania "dfsmania (164 commits)")[![jeroennoten](https://avatars.githubusercontent.com/u/4370753?v=4)](https://github.com/jeroennoten "jeroennoten (118 commits)")[![resslinger](https://avatars.githubusercontent.com/u/6031484?v=4)](https://github.com/resslinger "resslinger (107 commits)")[![cryptothree](https://avatars.githubusercontent.com/u/5502228?v=4)](https://github.com/cryptothree "cryptothree (42 commits)")[![Anpix](https://avatars.githubusercontent.com/u/6361359?v=4)](https://github.com/Anpix "Anpix (19 commits)")[![REJack](https://avatars.githubusercontent.com/u/1554582?v=4)](https://github.com/REJack "REJack (18 commits)")[![andcarpi](https://avatars.githubusercontent.com/u/13441557?v=4)](https://github.com/andcarpi "andcarpi (10 commits)")[![epalmans](https://avatars.githubusercontent.com/u/7260915?v=4)](https://github.com/epalmans "epalmans (6 commits)")[![apisznasdin](https://avatars.githubusercontent.com/u/157100?v=4)](https://github.com/apisznasdin "apisznasdin (5 commits)")[![MasterBratac](https://avatars.githubusercontent.com/u/1082002?v=4)](https://github.com/MasterBratac "MasterBratac (5 commits)")[![shankhadevpadam](https://avatars.githubusercontent.com/u/3838722?v=4)](https://github.com/shankhadevpadam "shankhadevpadam (5 commits)")[![ruanpepe](https://avatars.githubusercontent.com/u/42849081?v=4)](https://github.com/ruanpepe "ruanpepe (4 commits)")[![cliffordjames](https://avatars.githubusercontent.com/u/2579087?v=4)](https://github.com/cliffordjames "cliffordjames (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![Ardakilic](https://avatars.githubusercontent.com/u/2063957?v=4)](https://github.com/Ardakilic "Ardakilic (3 commits)")[![AdrienPoupa](https://avatars.githubusercontent.com/u/15086425?v=4)](https://github.com/AdrienPoupa "AdrienPoupa (2 commits)")[![adwiv](https://avatars.githubusercontent.com/u/11003751?v=4)](https://github.com/adwiv "adwiv (2 commits)")[![armandsar](https://avatars.githubusercontent.com/u/3834314?v=4)](https://github.com/armandsar "armandsar (2 commits)")[![Koozza](https://avatars.githubusercontent.com/u/1731647?v=4)](https://github.com/Koozza "Koozza (2 commits)")[![luiztoni](https://avatars.githubusercontent.com/u/9365969?v=4)](https://github.com/luiztoni "luiztoni (2 commits)")

---

Tags

laravelAdminLTEadminadministrator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cryptothree-laravel-adminlte-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/cryptothree-laravel-adminlte-bundle/health.svg)](https://phpackages.com/packages/cryptothree-laravel-adminlte-bundle)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[orchestra/foundation

Orchestra Platform Foundation

5675.5k5](/packages/orchestra-foundation)[weblabormx/laravel-front

Front is a administration panel for Laravel. It allows you to create CRUD easily in minutes. It allows to fully customize any part of the code.

1111.1k](/packages/weblabormx-laravel-front)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
