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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package adminlte-laravel

AdminLTE 4 for Laravel

Latest Version

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:

React Next.js Vue Nuxt Laravel β€” you are here Django

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:

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-adminlte targets 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

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.


All versions of adminlte-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^13.0
illuminate/view Version ^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package colorlibhq/adminlte-laravel contains the following files

Loading the files please wait ...