AdminLTE
adminlte.io › home › blogs › 22 best laravel dashboards & templates 2025
22 Best Laravel Dashboards & Templates 2025 - AdminLTE.IO
September 5, 2025 - Metronic Laravel stands as the ultimate admin dashboard solution trusted by 120,000+ developers worldwide. Features complete Laravel integration with authentication, user management, and CRUD operations pre-configured.
Videos
09:41
Integración de Plantilla AdminLTE con Laravel 10 - Parte 1 - YouTube
01:01:51
Admin LTE for Admin Panel in LARAVEL with admin login features ...
19:47
PHP Laravel 8 Tutorial | Using AdminLTE 3 dashboard template into ...
Laravel Admin Panel - AdminLTE - Project Setup
AdminLTE
adminlte.io › home › blogs › integrate adminlte with laravel 5
Integrate AdminLTE with Laravel 5 - AdminLTE.IO
February 7, 2024 - AdminLTE is a great dashboard template but it is built with pure HTML and CSS. In this tutorial, I’d like to go through installing AdminLTE with Laravel 5 like pros. We will make sure that we have the ability to update AdminLTE to the latest ...
GitHub
github.com › jeroennoten › Laravel-AdminLTE
GitHub - jeroennoten/Laravel-AdminLTE: Easy AdminLTE integration with Laravel
This package provides an easy way to quickly set up AdminLTE v3 with Laravel (7 or higher). It has no others requirements and dependencies besides Laravel, so you can start building your admin panel immediately.
Starred by 4K users
Forked by 1.1K users
Languages PHP 81.8% | Blade 18.2%
YouTube
youtube.com › watch
Laravel Admin Panel with Admin LTE - Free Package with installation steps - YouTube
In this tutorial, we'll dive into creating a powerful Laravel Admin Panel using Admin LTE, a sleek and free admin dashboard template. Best part? It won't cos...
Published March 10, 2024
GitHub
github.com › aziyan99 › laravel-adminlte-starter
GitHub - aziyan99/laravel-adminlte-starter: An starter adminlte dashboard with laravel
Starred by 11 users
Forked by 8 users
Languages CSS 87.8% | PHP 5.3% | JavaScript 4.9% | Blade 2.0%
AdminLTE
adminlte.io › home › blogs › 11 best laravel templates (free & premium) 2024
11 Best Laravel Templates (Free & Premium) 2025 - AdminLTE.IO
January 5, 2024 - Today, we want to share the top Laravel templates we took extra time reviewing and putting through our quality check properly. You can choose between premium and free dashboards, as we wanted to make sure to cover all users. Remember that even though premium templates unlock Many features, ...
YouTube
youtube.com › watch
How to Install Admin LTE 3 Dashboard Template in Laravel Project | Integrate Admin LTE Template - YouTube
In this Video I Will Show How You Can Integrate Admin LTE Template In Laravel ProejctAdmin Dashboard Template Linkhttps://github.com/ColorlibHQ/AdminLTE/rele...
Published April 2, 2023
ItSolutionstuff
itsolutionstuff.com › post › how-to-integrate-adminlte-3-in-laravel-11example.html
How to Integrate AdminLTE 3 in Laravel 11? - ItSolutionstuff.com
September 11, 2024 - Now we need to install jeroennoten/laravel-adminlte composer package to setup adminlte theme. so, let's run the following command: ... Now we need to use the following command to install adminlte theme. so, let's run the following command: ... This commands will create configuration files, publish js css files and publish blade files. ... @extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') <h1>Dashboard</h1> @stop @section('content') <p>Welcome to this beautiful admin panel.</p> @stop @section('css') {{-- Add here extra stylesheets --}} {{-- <link rel="stylesheet" href="/css/admin_custom.css"> --}} @stop @section('js') <script> console.log("Hi, I'm using the Laravel-AdminLTE package!"); </script> @stop
SourceForge
sourceforge.net › projects › laravel-adminlte.mirror
Laravel AdminLTE download | SourceForge.net
This package integrates the AdminLTE dashboard template with a Laravel backend, providing a ready-to-use admin panel for rapid application development.
GitHub
github.com › hawkiq › Admlte
GitHub - hawkiq/Admlte: AdminLTE v4 integration for Laravel
Hawkiq AdmLTE is a Laravel package designed for seamless integration of the AdminLTE v4 beta template, providing a robust foundation for admin dashboards.
Author hawkiq
SourceForge
sourceforge.net › projects › adminlte-laravel.mirror
AdminLTE Laravel download | SourceForge.net
Download AdminLTE Laravel for free. A Laravel 5 package that switchs default Laravel scaffolding. This package integrates the AdminLTE dashboard template with a Laravel backend, providing a ready-to-use admin panel for rapid application development.
AdminLTE
adminlte.io › docs › 3.0 › implementations.html
Implementations | AdminLTE 3 Documentation
Thanks to many of AdminLTE users, there are multiple implementations of the template for easy integration with back-end frameworks. The following are some of them: Laravel-AdminLTE v3.x by Jeroen Noten · django-adminlte3 by d-demirci · AdminLTE3.MVC by somaraj ·
ItSolutionstuff
itsolutionstuff.com › post › how-to-integrate-adminlte-3-in-laravel-12example.html
How to Integrate AdminLTE 3 in Laravel 12? - ItSolutionstuff.com
July 25, 2025 - Now we need to install jeroennoten/laravel-adminlte composer package to setup adminlte theme. so, let's run the following command: ... Now we need to use the following command to install adminlte theme. so, let's run the following command: ... This commands will create configuration files, publish js css files and publish blade files. ... @extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') <h1>Dashboard</h1> @stop @section('content') <p>Welcome to this beautiful admin panel.</p> @stop @section('css') {{-- Add here extra stylesheets --}} {{-- <link rel="stylesheet" href="/css/admin_custom.css"> --}} @stop @section('js') <script> console.log("Hi, I'm using the Laravel-AdminLTE package!"); </script> @stop
Jeroennoten
jeroennoten.github.io › Laravel-AdminLTE
Easy AdminLTE integration with Laravel | Laravel AdminLTE
This package provides an easy way to quickly set up AdminLTE v3 with Laravel (7 or higher). It has no other requirements and dependencies besides Laravel, so you can start building your admin panel immediately. The package provides a blade template that you can extend and an advanced menu ...
Packagist
packagist.org › packages › acacha › admin-lte-template-laravel
acacha/admin-lte-template-laravel - Packagist
This commands adds a view to resources/views folder using default adminlte layout: ... Then the routes will be added to routes/api.php. Finally use option -a to add actions after route creation: ... Last command also create a view with name about.blade.php. Using: ... Will create a Controller file with name AboutController and method index. ... Publish all necessary files from package to Laravel project.