🌐
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%
🌐
Jeroennoten
jeroennoten.github.io › Laravel-AdminLTE › sections › overview › installation.html
Laravel AdminLTE
Note that Laravel offers some starter kits (like Laravel-Breeze) besides the legacy laravel/ui package. So, using the authentication views from this package is OPTIONAL and UP TO YOU. Jump to the Usage Section to read how to use the main AdminLTE blade template provided by this package.
🌐
Larablocks
larablocks.com › package › jeroennoten › laravel-adminlte
JeroenNoten / Laravel-AdminLTE | Larablocks
This can be useful when you are using a third-party package for authorization (instead of Laravel's Gate functionality). ... <?php namespace MyApp; use JeroenNoten\LaravelAdminLte\Menu\Builder; use JeroenNoten\LaravelAdminLte\Menu\Filters\FilterInterface; use Laratrust; class MyMenuFilter implements FilterInterface { public function transform($item, Builder $builder) { if (isset($item['permission']) && !
🌐
GitHub
github.com › jeroennoten › Laravel-AdminLTE › wiki › Installation
Installation · jeroennoten/Laravel-AdminLTE Wiki · GitHub
Note that Laravel offers some starter kits (like Laravel-Breeze) besides the legacy laravel/ui package. So, using the authentication views from this package is OPTIONAL and UP TO YOU. Jump to the Usage Section to read how to use the main AdminLTE blade template provided by this package.
Author   jeroennoten
🌐
AdminLTE
adminlte.io › docs › 3.0 › implementations.html
Implementations | AdminLTE 3 Documentation
Laravel-AdminLTE v3.x by Jeroen Noten · django-adminlte3 by d-demirci · AdminLTE3.MVC by somaraj · admin-lte-dotnet by iyilm4z · WebPx.AdminLTE.AspNetCore by WebPx · Laravel-AdminLTE v1.x & v2.x by Jeroen Noten · adminlte-laravel by Sergi Tur Badenas ·
🌐
Packagist
packagist.org › packages › jeroennoten › laravel-adminlte
jeroennoten/laravel-adminlte - Packagist
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. The package provides a blade template that you can extend and an advanced menu ...
🌐
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 - In this article, we will see how to install & setup adminlte 3 with laravel 11. we will use jeroennoten/laravel-adminlte composer package to implement adminlte 3 admin template.
🌐
GitHub
github.com › jeroennoten › Laravel-AdminLTE › blob › master › README.md
Laravel-AdminLTE/README.md at master · jeroennoten/Laravel-AdminLTE
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.
Author   jeroennoten
🌐
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
🌐
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 ...
Find elsewhere
🌐
Kritim Yantra
kritimyantra.com › blogs › laravel-12-adminlte-integration-setup-your-stunning-admin-dashboard
Laravel 12 & AdminLTE Integration: Setup Your Stunning Admin Dashboard - Kritimyantra | Blog
In this guide, you’ll learn how to integrate AdminLTE with Laravel 12 using the powerful jeroennoten/laravel-adminlte package — from setup to dashboard creation.
🌐
GitHub
github.com › jeroennoten › Laravel-AdminLTE › wiki
Home · jeroennoten/Laravel-AdminLTE Wiki · GitHub
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.
Author   jeroennoten
🌐
GitHub
github.com › jeroennoten › Laravel-AdminLTE › wiki › Usage › 16293e019d9216fe21b09f22cf15e088a8c02870
Usage · jeroennoten/Laravel-AdminLTE Wiki · GitHub
To use the main blade template provided by this package, just create a new blade file and extend the provided AdminLTE layout with @extends('adminlte::page').
Author   jeroennoten
🌐
GitHub
github.com › jeroennoten › Laravel-AdminLTE › wiki › Tool-Components
Tool Components · jeroennoten/Laravel-AdminLTE Wiki · GitHub
{{-- Custom --}} <x-adminlte-modal id="modalCustom" title="Account Policy" size="lg" theme="teal" icon="fas fa-bell" v-centered static-backdrop scrollable> <div style="height:800px;">Read the account policies...</div> <x-slot name="footerSlot"> <x-adminlte-button class="mr-auto" theme="success" label="Accept"/> <x-adminlte-button theme="danger" label="Dismiss" data-dismiss="modal"/> </x-slot> </x-adminlte-modal> {{-- Example button to open modal --}} <x-adminlte-button label="Open Modal" data-toggle="modal" data-target="#modalCustom" class="bg-teal"/> Home | Installation | Updating | Usage | Basic Config | Layout Config | Menu Config | Plugins Config | Blade X-Components - Laravel-AdminTE
Author   jeroennoten
🌐
PHP Download
php-download.com › package › jeroennoten › laravel-adminlte
▷ Download the PHP library jeroennoten/laravel-adminlte +++ One click!
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. The package provides a blade template that you can extend and an advanced menu ...
🌐
Medium
dimaspriyandi.medium.com › integrasi-laravel-custom-authentication-dengan-admin-lte-3-b65b31346a8
Integrasi Laravel Custom Authentication dengan Admin LTE 3 | by Dimas Priyandi | Medium
May 16, 2023 - Kuys kita mulai tutorialnya ,,,, Pada tahap ini kita akan melakukan installasi menggunakan library yang sudah dibuat oleh jeroannoten dengan melakukan perintah seperti dibawah: composer require jeroennoten/laravel-adminlte · Perintah diatas ...
🌐
Stack Overflow
stackoverflow.com › questions › 76645229 › how-to-add-custom-filters-to-jeroennoten-laravel-adminlte-datatables
php - How to add custom filters to jeroennoten Laravel-AdminLTE Datatables? - Stack Overflow
hope that you are fine and you are able to help me... I am starting a project with laravel and admin lte, so i looked for the best way to integrate these two and there is the mentioned package: jeroennoten Laravel-AdminLTE.
🌐
GitHub
github.com › khan0715 › laravel-adminlte
GitHub - khan0715/laravel-adminlte
php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets --force · This package ships with a make:adminlte command that behaves exactly like make:auth (introduced in Laravel 5.2) but replaces the authentication views with AdminLTE style views.
Author   khan0715