jeroennoten / Laravel-AdminLTE

Easy AdminLTE integration with Laravel
MIT License
3.78k stars 1.08k forks source link

How to integrate "Laravel-Jetstream" into this package? #1262

Open chegmarco1989 opened 3 months ago

chegmarco1989 commented 3 months ago

Hello.

I'm on Laravel 10 on which I install Laravel Jetstram Authentication System (https://jetstream.laravel.com/installation.html).

So, knowing that Laravel Jetstram uses Tailwind CSS while AdminLTE uses Bootstrap, I don't know exactly how to use this Laravel-AdminLTE packages (https://github.com/jeroennoten/Laravel-AdminLTE) after intalling it by the following command:

composer require jeroennoten/laravel-adminlte

php artisan adminlte:install

So, how to change Laravel JetStream Dashbord so that to use Laravel-AdminLTE packages (https://github.com/jeroennoten/Laravel-AdminLTE) especially by keeping or preserve (or import) Jetstream Navbar-Menu which is located on Top Right on Screen and where Profile Dropdrown is.

Can someone help me to replace step by step Laravel Jetstram Dashbord's Navbar by importing it in Laravel-AdminLTE packages Dashbord and by change that Laravel Jetstram Authentication System to use from now on Laravel-AdminLTE dashbord ???

Please, to help me for this implementation. Thanks in advance.

dfsmania commented 3 months ago

Hi @chegmarco1989 , you can start by looking on issues #1001 and #762

I do not have experience integrating this package with Jetstream, but we can hope someone can give you more insight, it will be really of help having a detailed guide for integrating this package with Jetstream...