PHPackages                             almasaeed2010/adminlte - 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. [Templating &amp; Views](/categories/templating)
4. /
5. almasaeed2010/adminlte

ActiveLibrary[Templating &amp; Views](/categories/templating)

almasaeed2010/adminlte
======================

AdminLTE - admin control panel and dashboard that's based on Bootstrap 4

v3.2.0(4y ago)45.3k8.5M—9.6%18.3k[3 issues](https://github.com/ColorlibHQ/AdminLTE/issues)[11 PRs](https://github.com/ColorlibHQ/AdminLTE/pulls)20MITCSSCI failing

Since Jan 2Pushed 1mo ago2.0k watchersCompare

[ Source](https://github.com/ColorlibHQ/AdminLTE)[ Packagist](https://packagist.org/packages/almasaeed2010/adminlte)[ Docs](https://adminlte.io/)[ RSS](/packages/almasaeed2010-adminlte/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (92)Used By (20)

[AdminLTE - Bootstrap 5 Admin Dashboard](https://adminlte.io)
=============================================================

[](#adminlte---bootstrap-5-admin-dashboard)

[![npm version](https://camo.githubusercontent.com/2229d1d9ecc5b6e77b9d033263888ab8277b4d23e0b0d93cfab7c388b0c6f1f9/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f61646d696e2d6c74652f6c61746573742e737667)](https://www.npmjs.com/package/admin-lte)[![Packagist](https://camo.githubusercontent.com/72b98f735bf0b02435e8d9cbd6097a4844699ba0b22a4a8cec3e45c398636079/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6d617361656564323031302f61646d696e6c74652e737667)](https://packagist.org/packages/almasaeed2010/adminlte)[![cdn version](https://camo.githubusercontent.com/c847d936920a25e8621adf6497c1fd1771a8a66805912793e6784e3428f2ca44/68747470733a2f2f646174612e6a7364656c6976722e636f6d2f76312f7061636b6167652f6e706d2f61646d696e2d6c74652f6261646765)](https://www.jsdelivr.com/package/npm/admin-lte)[![Discord Invite](https://camo.githubusercontent.com/cf955e7effcbec1d71f45e97d8a1bdfafc89c1185be0faffb6599ad15f847866/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646973636f72642d6a6f696e2532306e6f772d677265656e)](https://discord.gg/jfdvjwFqfz)[![Netlify Status](https://camo.githubusercontent.com/11db7b84d50756fe4708698e11dc00362974dfce94cdd2b6f8311e9e7ab2b848/68747470733a2f2f6170692e6e65746c6966792e636f6d2f6170692f76312f6261646765732f31323737623336622d303866332d343366612d383236612d3462346432343631346233632f6465706c6f792d737461747573)](https://app.netlify.com/sites/adminlte-v4/deploys)

**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 5](https://getbootstrap.com/)** framework and also the JavaScript plugins. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.

What's New in v4.0.0-rc7
------------------------

[](#whats-new-in-v400-rc7)

**Bug Fixes, Refactors &amp; Documentation** - Major plugin refactors, complete JS documentation, and new features:

- **Layout &amp; PushMenu Refactors** - Single-instance architecture, proper responsive logic, configurable via data attributes
- **Sidebar Without Hover** - New `sidebar-without-hover` class to keep collapsed sidebar from expanding on hover
- **Complete JS Documentation** - All 7 JavaScript components now fully documented
- **Astro 6.0.0** - Upgraded to latest Astro with Vite 7 and Shiki 4
- **Bug Fixes** - Fixed footer with layout-fixed, mobile scroll chaining, print layout, modal escape key, pagination borders

**Key Improvements:**

- Fixed footer now works correctly with `layout-fixed` (#5805)
- Sidebar no longer causes page scroll chaining on mobile (#5864)
- Print layout shows both sidebar and content (#5996)
- Sidebar persistence is now opt-in via `data-enable-persistence="true"` (**breaking change**)
- All dependencies updated to latest versions

**Install the latest:**

```
npm install admin-lte@4.0.0-rc7
```

See the [CHANGELOG.md](CHANGELOG.md) for complete details.

Looking for Premium Templates?
------------------------------

[](#looking-for-premium-templates)

AdminLTE.io just opened a new premium templates page. Hand picked to ensure the best quality and the most affordable prices. Visit  for more information.

[!["AdminLTE Presentation"](https://camo.githubusercontent.com/da127d07a4158552c61153868adc93c639e11393b8237e14925bb645caef82ca/68747470733a2f2f61646d696e6c74652e696f2f41646d696e4c5445332e706e67 "AdminLTE Presentation")](https://camo.githubusercontent.com/da127d07a4158552c61153868adc93c639e11393b8237e14925bb645caef82ca/68747470733a2f2f61646d696e6c74652e696f2f41646d696e4c5445332e706e67)

**AdminLTE** has been carefully coded with clear comments in all of its JS, SCSS and HTML files. SCSS has been used to increase code customizability.

Quick start
-----------

[](#quick-start)

### Development

[](#development)

To start developing with AdminLTE:

1. **Install dependencies:** `npm install`
2. **Start development server:** `npm start` *(opens browser at )*
3. **Start coding!** Files auto-compile and refresh on changes

### Production Build

[](#production-build)

To build for production:

1. **Full production build:** `npm run production` *(includes linting and optimization)*
2. **Quick build:** `npm run build` *(faster for development/testing)*

### Available Scripts

[](#available-scripts)

- `npm start` - Start development server with file watching
- `npm run build` - Build all assets for development
- `npm run production` - Full production build with linting and bundlewatch
- `npm run lint` - Run all linters (JS, CSS, docs, lockfile)
- `npm run css` - Build CSS only
- `npm run js` - Build JavaScript only

Browser Support
---------------

[](#browser-support)

AdminLTE supports all modern browsers with the latest Bootstrap 5.3.8:

- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)

Platform Support
----------------

[](#platform-support)

AdminLTE v4 build scripts work cross-platform:

- **Windows** - Command Prompt, PowerShell, Git Bash
- **macOS** - Terminal, iTerm2
- **Linux** - Bash, Zsh, and other Unix shells

All npm scripts use cross-platform utilities to ensure consistent behavior across different operating systems.

Security &amp; Production Deployment
------------------------------------

[](#security--production-deployment)

### Important Security Notice

[](#important-security-notice)

AdminLTE is a **UI template** - when deploying to production, follow these critical guidelines:

**What to Deploy:**

- Only compiled production assets: `dist/js/adminlte.min.js` and `dist/css/adminlte.min.css`
- Your application-specific files

**What NOT to Deploy:**

- `node_modules/` directory
- Demo/example HTML files (index.html, index2.html, index3.html, etc.)
- Source files (`src/` directory)
- Development configuration files

**CVE-2021-36471 Notice:**This CVE is **disputed** and does not represent a vulnerability in AdminLTE. It refers to demo pages being accessible when developers incorrectly deploy example files to production. AdminLTE v4 has a clear separation between development demos and production assets. See [SECURITY.md](SECURITY.md) for complete details.

**Production Build:**

```
npm run production  # Builds optimized assets in dist/
```

For detailed security guidelines, authentication requirements, and best practices, see [SECURITY.md](SECURITY.md).

Sponsorship
-----------

[](#sponsorship)

Support AdminLTE development by becoming a sponsor or donor.

 [ ![Sponsor on GitHub](https://camo.githubusercontent.com/d2432db86e1cfca636933728a664bf886cff501efab549a0af6abab26fe8851b/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d47697448756226636f6c6f723d253233666538653836) ](https://github.com/sponsors/danny007in) [ ![Donate via PayPal](https://camo.githubusercontent.com/02daaa1f7e8442ced489e06e3624b8599bc64d28ba350303c4c28801e9111631/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d446f6e617465266d6573736167653d254532253944254134266c6f676f3d50617950616c26636f6c6f723d253233303034353743) ](https://www.paypal.me/daniel007in)

Our Sponsors
------------

[](#our-sponsors)

 [![User avatar: spizzo14](https://camo.githubusercontent.com/48cb30308afa76f17ed78f88d482fa4f5932cbc9923a4155c65e53b2b487a8ce/68747470733a2f2f756e6176617461722e696f2f6769746875622f7370697a7a6f31343f66616c6c6261636b3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532464a616d6573497665732532466769746875622d73706f6e736f72732d726561646d652d616374696f6e2532466465762532462e676974687562253246617373657473253246706c616365686f6c6465722e706e67)](https://github.com/spizzo14) [![User avatar: tomhappyblock](https://camo.githubusercontent.com/2fa77c2614a2afd675b54aa4fcab35e47537af67267606f8c2b17366114cf0e9/68747470733a2f2f756e6176617461722e696f2f6769746875622f746f6d6861707079626c6f636b3f66616c6c6261636b3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532464a616d6573497665732532466769746875622d73706f6e736f72732d726561646d652d616374696f6e2532466465762532462e676974687562253246617373657473253246706c616365686f6c6465722e706e67)](https://github.com/tomhappyblock) [![User avatar: stefanmorderca](https://camo.githubusercontent.com/d837b3d7fad887c988d373482836f0319e5c8c00628509b549e8ad3f3e28fda9/68747470733a2f2f756e6176617461722e696f2f6769746875622f73746566616e6d6f7264657263613f66616c6c6261636b3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532464a616d6573497665732532466769746875622d73706f6e736f72732d726561646d652d616374696f6e2532466465762532462e676974687562253246617373657473253246706c616365686f6c6465722e706e67)](https://github.com/stefanmorderca) [![User avatar: tito10047](https://camo.githubusercontent.com/d60cdfd933cc5e9df138053c5ac8bbd461a8e16daf553a2c73e37a19209cfba9/68747470733a2f2f756e6176617461722e696f2f6769746875622f7469746f31303034373f66616c6c6261636b3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532464a616d6573497665732532466769746875622d73706f6e736f72732d726561646d652d616374696f6e2532466465762532462e676974687562253246617373657473253246706c616365686f6c6465722e706e67)](https://github.com/tito10047) [![User avatar: sitchi](https://camo.githubusercontent.com/861c84a16f2163ac703f268778dee29941219111cf9c1683a6ba80322a76edf0/68747470733a2f2f756e6176617461722e696f2f6769746875622f7369746368693f66616c6c6261636b3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532464a616d6573497665732532466769746875622d73706f6e736f72732d726561646d652d616374696f6e2532466465762532462e676974687562253246617373657473253246706c616365686f6c6465722e706e67)](https://github.com/sitchi) [![User avatar: npreee](https://camo.githubusercontent.com/b3ec92ed3d59fe2b55020a84c1d61491d6c9de51c00ca927ee64dab84007d460/68747470733a2f2f756e6176617461722e696f2f6769746875622f6e70726565653f66616c6c6261636b3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532464a616d6573497665732532466769746875622d73706f6e736f72732d726561646d652d616374696f6e2532466465762532462e676974687562253246617373657473253246706c616365686f6c6465722e706e67)](https://github.com/npreee) [![User avatar: isaacmorais](https://camo.githubusercontent.com/3decdeb298977ff9446bbeec0e07d581cdf0e9c985ed7964f4b2ff4d97d24136/68747470733a2f2f756e6176617461722e696f2f6769746875622f69736161636d6f726169733f66616c6c6261636b3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d2532464a616d6573497665732532466769746875622d73706f6e736f72732d726561646d652d616374696f6e2532466465762532462e676974687562253246617373657473253246706c616365686f6c6465722e706e67)](https://github.com/isaacmorais)

 [Your avatar here? Become a sponsor](https://github.com/sponsors/danny007in)

Contributing
------------

[](#contributing)

- Highly welcome.
- For your extra reference check [AdminLTE v4 Contribution Guide](https://github.com/ColorlibHQ/AdminLTE#contributing)
- First thing first, you should have bit knowledge about NodeJS.
- Github Knowledge.
- Install NodeJS LTS version.
- Clone this Repository to your machine and change to `master` branch.
- Go to Cloned Folder.
- In cli/bash run `npm install` it will install dependency from `package.json`.
- After installation completes, run `npm start`
- Cool, Send your changes in PR to `master` branch.

License
-------

[](#license)

AdminLTE is an open source project by [AdminLTE.io](https://adminlte.io) that is licensed under [MIT](https://opensource.org/licenses/MIT). AdminLTE.io reserves the right to change the license of future releases.

Image Credits
-------------

[](#image-credits)

- [Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)
- [Graphicsfuel](https://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)
- [Pickaface](https://pickaface.net/)
- [Unsplash](https://unsplash.com/)
- [Uifaces](http://uifaces.com/)
- [Unavatar](https://unavatar.io/)

###  Health Score

75

—

ExcellentBetter than 100% of packages

Maintenance60

Regular maintenance activity

Popularity87

Widely adopted with strong download metrics

Community67

Healthy contributor diversity

Maturity79

Established project with proven stability

 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 ~53 days

Recently: every ~110 days

Total

78

Last Release

70d ago

Major Versions

v2.4.12 → v3.0.0-beta.12019-06-24

v2.4.15 → v3.0.0-beta.22019-07-31

v2.4.18 → v3.0.0-rc.12019-09-01

v2.x-dev → v3.0.12019-11-20

v3.x-dev → v4.0.0-beta12024-05-18

### Community

Maintainers

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

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

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

---

Top Contributors

[![REJack](https://avatars.githubusercontent.com/u/1554582?v=4)](https://github.com/REJack "REJack (792 commits)")[![almasaeed2010](https://avatars.githubusercontent.com/u/1512664?v=4)](https://github.com/almasaeed2010 "almasaeed2010 (573 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (543 commits)")[![danny007in](https://avatars.githubusercontent.com/u/50356015?v=4)](https://github.com/danny007in "danny007in (358 commits)")[![XhmikosR](https://avatars.githubusercontent.com/u/349621?v=4)](https://github.com/XhmikosR "XhmikosR (141 commits)")[![puikinsh](https://avatars.githubusercontent.com/u/3451398?v=4)](https://github.com/puikinsh "puikinsh (71 commits)")[![Dennis14e](https://avatars.githubusercontent.com/u/5065163?v=4)](https://github.com/Dennis14e "Dennis14e (42 commits)")[![masteradhoc](https://avatars.githubusercontent.com/u/6242098?v=4)](https://github.com/masteradhoc "masteradhoc (40 commits)")[![gitarno](https://avatars.githubusercontent.com/u/5985142?v=4)](https://github.com/gitarno "gitarno (28 commits)")[![suvjunmd](https://avatars.githubusercontent.com/u/11020536?v=4)](https://github.com/suvjunmd "suvjunmd (15 commits)")[![leviasan](https://avatars.githubusercontent.com/u/50718918?v=4)](https://github.com/leviasan "leviasan (15 commits)")[![dfsmania](https://avatars.githubusercontent.com/u/63609705?v=4)](https://github.com/dfsmania "dfsmania (10 commits)")[![freezy-sk](https://avatars.githubusercontent.com/u/661637?v=4)](https://github.com/freezy-sk "freezy-sk (8 commits)")[![mineminemine](https://avatars.githubusercontent.com/u/17585549?v=4)](https://github.com/mineminemine "mineminemine (5 commits)")[![bansalshashank](https://avatars.githubusercontent.com/u/46516215?v=4)](https://github.com/bansalshashank "bansalshashank (5 commits)")[![claudiopatricio](https://avatars.githubusercontent.com/u/12012430?v=4)](https://github.com/claudiopatricio "claudiopatricio (4 commits)")[![irfanevrens](https://avatars.githubusercontent.com/u/166640?v=4)](https://github.com/irfanevrens "irfanevrens (3 commits)")[![hkvstore](https://avatars.githubusercontent.com/u/16445695?v=4)](https://github.com/hkvstore "hkvstore (3 commits)")[![jorgevilaca82](https://avatars.githubusercontent.com/u/2745535?v=4)](https://github.com/jorgevilaca82 "jorgevilaca82 (3 commits)")[![seven1m](https://avatars.githubusercontent.com/u/669?v=4)](https://github.com/seven1m "seven1m (3 commits)")

---

Tags

adminadmin-dashboardadmin-dashboard-templateadmin-dashboard-uiadmin-paneladmin-templateadmin-uibootstrapbootstrap-admin-panelcssdashboarddashboard-templatedashboard-templatesdashboardshtmlwebcssJStemplatelessthemeresponsiveadminback-end

### Embed Badge

![Health badge](/badges/almasaeed2010-adminlte/health.svg)

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

###  Alternatives

[secondtruth/startmin

An admin dashboard template for Bootstrap

2715.8k](/packages/secondtruth-startmin)[yiister/yii2-adminlte

yii2-adminlte is a package for yii framework 2 that consists a very popular backend template AdminLTE (based on bootstrap 3).

2839.3k](/packages/yiister-yii2-adminlte)

PHPackages © 2026

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