Resources

Everything you need around the AdminLTE 4 HTML / Bootstrap core: the repository, the npm package, the live demo, the official framework ports, and the license.

Core links

ResourceLink
Repositorygithub.com/ColorlibHQ/AdminLTE
npm packagenpmjs.com/package/admin-lte
Live demoadminlte.io/themes/v4
Documentationadminlte.io/themes/v4/docs
Project homeadminlte.io
ChangelogCHANGELOG.md
Issuesgithub.com/ColorlibHQ/AdminLTE/issues
CDN (jsDelivr)jsdelivr.com/package/npm/admin-lte

Install snippets

# npm
npm install admin-lte@4

# Composer
composer require almasaeed2010/adminlte
<!-- CDN, no build step -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.2/dist/css/adminlte.min.css">
<script src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.2/dist/js/adminlte.min.js"></script>

Official framework ports

The same AdminLTE 4 design, integrated idiomatically for each stack. They all wrap this HTML / Bootstrap core:

EditionRepositoryInstall
React & Next.jsadminlte-reactsee repo
Vue 3 & Nuxtadminlte-vuesee repo
Angularadminlte-angularnpm i @adminlte/angular
Laraveladminlte-laravelcomposer require colorlibhq/adminlte-laravel
Symfonyadminlte-symfonycomposer require colorlibhq/adminlte-symfony
Djangoadminlte-djangopip install django-adminlte4
ASP.NET Coreadminlte-aspnetdotnet add package ColorlibHQ.AdminLTE.AspNetCore
Drupaladminlte-drupalsee repo

Every edition ships the full AdminLTE 4 design — Bootstrap 5.3, dark mode, RTL — with stack-native integrations (components, routing, auth, theming).

Built on

Community & support

License

AdminLTE is open source, licensed under the MIT License — free for personal and commercial use. It is a project by AdminLTE.io (Colorlib).

AdminLTE will always be free and open source. When a project needs app-ready pages, framework-native codebases, or dedicated support, the team curates premium dashboards at adminlte.io/premium.


AdminLTE 4 · HTML port Edit on GitHub