Download the PHP package colorlibhq/adminlte-laravel without Composer
On this page you can find all versions of the php package colorlibhq/adminlte-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download colorlibhq/adminlte-laravel
More information about colorlibhq/adminlte-laravel
Files in colorlibhq/adminlte-laravel
Package adminlte-laravel
Short Description Official AdminLTE 4 integration for Laravel β Bootstrap 5.3, vanilla JS, Vite-ready.
License MIT
Homepage https://adminlte.io
Informations about the package adminlte-laravel
AdminLTE 4 for Laravel
Official AdminLTE 4 integration for Laravel β Bootstrap 5.3, vanilla JS (no jQuery), Vite-ready.
π Live demo β Β· Get started β
This package gives you a config-driven sidebar menu, ready-to-extend Blade layouts, and a set of AdminLTE Blade components on top of the admin-lte npm package.
Also available for your stack
The same AdminLTE 4 dashboard, in the framework you know best β you're looking at the Laravel edition:
Frameworks: React Β· Next.js Β· Vue Β· Nuxt Β· Laravel (you are here) Β· Django
Also available as the original AdminLTE (HTML Β· Bootstrap 5.3 Β· vanilla JS β demo) and the legacy AdminLTE v3 (Bootstrap 4 Β· jQuery β demo). Need a full backend, not just markup? See the premium Laravel dashboards below.
What's included:
- 40 Blade components (cards, widgets, forms, charts, calendars, kanban boards, modals)
- Widget components: Card, Small Box, Info Box, Alert, Callout, Progress, Timeline, Ratings, Direct Chat, Toast, Tabs, Accordion, Breadcrumb, and more
- Form components: Input, Select, Textarea, Switches, Color pickers, Flatpickr, Tom Select
- Tool components: Modals, Datatables, Rich editor, Charts (ApexCharts), Vector Map, Calendar, Kanban, Wizard
- Multi-language support (i18n) with 9 locales: English, German, Spanish, French, Italian, Portuguese, Russian, Chinese, Japanese
- Plugin system for lazy-loading JS libraries (Flatpickr, Tom Select, Tabulator, Quill, ApexCharts, jsVectorMap, FullCalendar, SortableJS)
- Scaffolding system (
adminlte:scaffold) with full DB backing for 18 sections: dashboard, mailbox, chat, kanban, calendar, projects, file-manager, profile, settings, invoice, pricing, faq, notifications, api, impersonation, activity-log, realtime, rbac β each DB-backed section also generates factories, Form Requests, Policies, and feature tests - Authorization (RBAC) β dependency-free roles & permissions,
HasRolestrait,role/permissionmiddleware, permission-aware Gate, and a Users/Roles management UI (docs) - Auth scaffolding (
adminlte:make-auth) for plain/Breeze/Fortify integration, with hardening: login throttling, email verification, password confirmation - Account management β avatar, change password, active sessions, delete account (docs)
- Database notifications wired into the navbar bell + a notifications page (docs)
- Activity/audit log with automatic auth-event logging + user impersonation ("log in as") (docs)
- Data-driven dashboard, Sanctum API tokens, and a real-time (Reverb/Echo) layer for live chat & notifications
- βK command palette β searches your menu, opens via the navbar pill or Cmd/Ctrl+K
- Bundled demo/showcase pages β Dashboard v1/v2/v3, Widgets, UI Elements, Forms, Tables, Layout Options, Theme Generator (toggle with
config('adminlte.demo')) - RTL layout support + 9 locales
- Config-driven sidebar menu with permissions, active states, badges
- Auth views (login, register, login-v2, register-v2, lockscreen, forgot password, reset password)
- Error pages (404, 500, maintenance)
- Vite-first asset pipeline
Screenshots
Every screenshot is a real page from the running Laravel app β browse the live demo β
Documentation
Full docs live in the docs/ directory β and are also served inside
your app at /docs (rendered with the AdminLTE layout; disable with
'docs' => false):
| Guide | What it covers |
|---|---|
| Installation | Requirements, install, Vite wiring, first page |
| Configuration | Every config/adminlte.php key |
| Layout | adminlte::page, navbar, sidebar, footer, βK search, color mode, RTL |
| Menu | Sidebar/navbar menu, treeview, badges, permissions, filters |
| Components | All 40 Blade components β props, slots, examples |
| Plugins | Lazy-loaded JS libraries and the plugin manager |
| Scaffolding | adminlte:scaffold β DB-backed sections + factories/requests/policies/tests |
| Dashboard | Data-driven dashboard with real stats |
| Authentication | adminlte:make-auth β plain / Breeze / Fortify + hardening |
| Authorization | Dependency-free RBAC: roles, permissions, middleware, Gate |
| Account management | Avatar, password, sessions, delete account |
| Notifications | Database notifications + navbar bell |
| Activity log & impersonation | Audit log, auth-event logging, "log in as" |
| API tokens | Sanctum personal access tokens + UI |
| Real-time | Reverb/Echo live chat & notifications |
| Commands | All Artisan commands and options |
| Translations | The 9 locales and key resolution |
| Demo pages | The bundled showcase routes |
| Deployment | Hosting a live preview (Nginx + PHP-FPM) |
The legacy
jeroennoten/laravel-adminltetargets AdminLTE 3 (Bootstrap 4 + jQuery). This package is the AdminLTE 4 successor: Bootstrap 5.3, vanilla JS, Laravel 13, PHP 8.3+, Vite instead of precompiled assets.
Requirements
- PHP 8.3+
- Laravel 13
- Node.js 18+ (for the Vite asset pipeline)
Installation
adminlte:install publishes config/adminlte.php, drops the Vite entry stubs into resources/js/adminlte.js and resources/css/adminlte.css, and offers to npm install the frontend dependencies (admin-lte, bootstrap, @popperjs/core, overlayscrollbars, bootstrap-icons, sass).
Add the two entry files to your vite.config.js:
Then build:
Check your install at any time:
Usage
A page
The menu
Define your sidebar in config/adminlte.php under menu:
Supported keys: header, text, route, url, icon, icon_color, label, label_color, active (url patterns), target, can (gate), submenu. Active state and authorization are resolved automatically by the menu filters.
Components
Widget Components
| Component | Tag | Notes |
|---|---|---|
| Card | <x-adminlte-card> |
Collapsible, removable, with icon & theme |
| Small Box | <x-adminlte-small-box> |
Stat box with icon & URL |
| Info Box | <x-adminlte-info-box> |
Info box with progress bar |
| Alert | <x-adminlte-alert> |
Dismissible alerts (info, success, warning, danger) |
| Callout | <x-adminlte-callout> |
Highlight box with icon & theme |
| Progress | <x-adminlte-progress> |
Progress bar with label & percentage |
| Timeline | <x-adminlte-timeline> |
Event timeline |
| Progress Group | <x-adminlte-progress-group> |
Group of progress bars |
| Description Block | <x-adminlte-description-block> |
Description with title & icon |
| Profile Card | <x-adminlte-profile-card> |
User profile card with stats |
| Ratings | <x-adminlte-ratings> |
Star rating display |
| Direct Chat | <x-adminlte-direct-chat> |
Chat widget with flip-pane |
| Toast | <x-adminlte-toast> |
Bootstrap 5 toast notification |
| Tabs | <x-adminlte-tabs> |
Tab navigation wrapper |
| Tab | <x-adminlte-tab> |
Individual tab pane |
| Accordion | <x-adminlte-accordion> |
Accordion wrapper |
| Accordion Item | <x-adminlte-accordion-item> |
Accordion panel |
| Breadcrumb | <x-adminlte-breadcrumb> |
Bootstrap breadcrumb navigation |
Form Components
| Component | Tag | Notes |
|---|---|---|
| Input | <x-adminlte-input> |
Text input with validation |
| Input (Flatpickr) | <x-adminlte-input-flatpickr> |
Date/time picker |
| Input (Tom Select) | <x-adminlte-input-tom-select> |
Searchable select dropdown |
| Input (Switch) | <x-adminlte-input-switch> |
Toggle switch |
| Input (Color) | <x-adminlte-input-color> |
Color picker |
| Input (File) | <x-adminlte-input-file> |
File upload |
| Textarea | <x-adminlte-textarea> |
Multi-line text input |
| Select | <x-adminlte-select> |
Native select dropdown |
| Button | <x-adminlte-button> |
Themed button (primary, success, danger, etc.) |
Tool Components
| Component | Tag | Notes |
|---|---|---|
| Chart | <x-adminlte-chart> |
ApexCharts (area, line, bar, donut, pie, sparkline) |
| Vector Map | <x-adminlte-vector-map> |
jsVectorMap world/region maps |
| Calendar | <x-adminlte-calendar> |
FullCalendar 6 event calendar |
| Kanban | <x-adminlte-kanban> |
SortableJS drag-to-reorder board |
| Sortable | <x-adminlte-sortable> |
Generic SortableJS wrapper |
| Wizard | <x-adminlte-wizard> |
Multi-step form wizard |
| Wizard Step | <x-adminlte-wizard-step> |
Individual wizard step |
| Modal | <x-adminlte-modal> |
Bootstrap 5 modal dialog |
| Datatable | <x-adminlte-datatable> |
Tabulator data table |
| Editor | <x-adminlte-editor> |
Quill rich text editor |
Navbar Components
| Component | Tag |
|---|---|
| Notifications Dropdown | <x-adminlte-nav-notifications> |
| Messages Dropdown | <x-adminlte-nav-messages> |
| Tasks Dropdown | <x-adminlte-nav-tasks> |
Form components auto-display validation errors from the session and repopulate with old() input. Chart, map, and calendar components auto-enable their plugins.
Scaffolding
Generate complete, working application sections β migrations, models, controllers, seeders, routes, and data-driven views β with one command:
| Section | What you get |
|---|---|
mailbox |
adminlte_messages table, Message model, inbox/read/compose, seeder |
chat |
conversations + pivot + messages, ChatController, threaded UI |
kanban |
boards/lanes/cards (+ assignees), SortableJS board, reorder endpoint |
calendar |
adminlte_events table, FullCalendar UI + JSON feed (CRUD) |
projects |
adminlte_projects table, status/progress, CRUD index |
file-manager |
Laravel Storage browser (upload/delete) β no migration |
profile / settings |
auth-user pages wired to the User model |
invoice / pricing / faq |
ready-to-edit static pages |
Routes are added to an idempotent, auth-protected /admin group named
adminlte.*. Run php artisan migrate and visit /admin/{section}.
Authentication
plain publishes Login / Register / ForgotPassword / ResetPassword
controllers and registers the matching routes, all wired to the package's
adminlte::auth.* views.
Customization
Everything in config/adminlte.php is documented inline β title, logo, layout switches (layout_fixed_sidebar, fixed_navbar, sidebar_mini, β¦), the color-mode toggle, sidebar theme, and custom element classes.
For deeper visual changes (sidebar width, breakpoints, brand colors), compile AdminLTE's SCSS β see the customization guide and Option B in resources/css/adminlte.css.
Premium Laravel Dashboards
This package is free and MIT-licensed. When you need a production Laravel admin with a real backend out of the box β Eloquent CRUD, Fortify authentication, role-based permissions, and dozens of polished pages β these commercial Laravel editions from DashboardPack pick up where the free template leaves off. Each ships Laravel 13 + Inertia.js 3 + React 19 + Tailwind CSS v4 with a working database, not static mockups.
|
Apex Dashboard β Laravel Database-backed CRUD (Orders, Products, Customers, Invoices), Fortify auth with 2FA, Spatie RBAC, and 5 dashboards plus 6 app pages. |
Zenith Dashboard β Laravel Ultra-minimal achromatic design. Full backend CRUD and role-based access, with 5 dashboard variants and 30+ polished pages. |
|
Signal Dashboard β Laravel DevOps monitoring with a terminal aesthetic β 11 infrastructure resources (servers, incidents, deployments, pipelines, containersβ¦) across ~50 pages. |
Admindek β Laravel 10 dashboard variants and 80+ pages, with Fortify authentication and Spatie role-based access control built in. |
Prefer the official AdminLTE-branded premium themes? Browse AdminLTE Premium.
View All Premium Templates β
Contributing
Issues and PRs welcome. The quality gates (Pint, Larastan level 8, PHPUnit) run in CI on PHP 8.3 / 8.4 with Laravel 13 β see docs/contributing.md for local setup and conventions.
Changelog
See CHANGELOG.md for the release history.
License
MIT Β© Colorlib. See LICENSE.