I thought I knew how to use adminLTE....until watching this video ! Thanks 👍
@rolliecoasterrides7 ай бұрын
thank you so much!!! no frills tutorial, just generosity of knowledge :) Keep it up!
@mntdev4 ай бұрын
Thanks for sharing this video. It was the only one that solved my problem. From Brazil
@monkeykko12212 ай бұрын
always following your videos. thank you so much!
@stichharma85315 сағат бұрын
how to show different side bar in different page ? for example for adminDashboard its have user in the side bar but for others its use userDashboard which doesnt have any user in the side bar
@vfixtechnology4 сағат бұрын
@@stichharma8531 use spatie role permission packages for that, i have already made a video on that, check my channel for video. Thanks
@P.R.RacerX-StudioАй бұрын
Could you make it in JavaScript and css to take one example table from PostgreSQL or mysql?
@DiyarJamal7 ай бұрын
great work, Thank you
@chanu19935 ай бұрын
Really good work man. Appreciate it. 🙂
@jamesbryanquijada10033 ай бұрын
Hi sir. been trying to figure out how to make 3 dashboard for different users (admin, officer, Collector) for example. with this template. mind making tutorials out of this? it would mean a big help for some us having the same problems sir. thank you
@vfixtechnology3 ай бұрын
@@jamesbryanquijada1003 you dont have to create 3 different admin panels, use spatie user role package and it should work.
@jamesbryanquijada10033 ай бұрын
@@vfixtechnology but what if, dashboard differs for every roles sir? i mean for every users, major or slightly different pages?
@kkch98028 күн бұрын
sir how to add all the adminLTE blade.php file? where are they?
@vfixtechnology28 күн бұрын
just extends : @extends('adminlte::page') this extends base head,sidebar,top and all, and within @section('content') body of your pages, create anywhere you want for more check docs here: github.com/jeroennoten/Laravel-AdminLTE/wiki/Usage
@hyperannatv33873 күн бұрын
is it working in laravel 11?
@vfixtechnology3 күн бұрын
@@hyperannatv3387 yes it should work fine.
@noman-isdb8 ай бұрын
thanks a lot
@EgigbaOvie2 ай бұрын
The drop down of my admin backend is not showing. Please help.🙏
@vfixtechnology2 ай бұрын
in config folder-> adminlte-> then find menu array and make changes accordingly. Hope this helps.thanks
@sirjetdev6 ай бұрын
how to adjust the font size of the side bar? thank you
@vfixtechnology6 ай бұрын
Hey Mate, you can pass 'classes' => 'you-class-name' check docs here: github.com/jeroennoten/Laravel-AdminLTE/wiki/Menu-Configuration Cheers
@sirjetdev6 ай бұрын
@@vfixtechnology thanks
@JeyC_Ай бұрын
is there a way to use adminlte 4 with laravel?
@vfixtechnology28 күн бұрын
this package offers only admin lte 3.
@jeweljunevillanueva62776 ай бұрын
great!, how can i config or delete the "Sign in to start your session" in login?
@vfixtechnology6 ай бұрын
You can edit this blade: resources/views/vendor/adminlte/auth/login.blade.php
@moiPomme6 ай бұрын
how can i get the project running without artisan serve?
@mustafaqarooni87826 ай бұрын
Put the file project inside xampp/htdocs And then open the localhost in your pc
@minimalhainex73333 ай бұрын
Herd
@polburuwa6986 ай бұрын
is it possible to link this with an e-commerce website and use this as the admin dashboard with a MySQL database, if its possible how do I do it
@vfixtechnology6 ай бұрын
Thats should work perfectly fine. Go ahead with it .
@rowelchristiandpangue7036 ай бұрын
does this also work using vuejs?
@vfixtechnology6 ай бұрын
Have not tried yet, but it you ca check docs for more details
@renznormanpalma63126 ай бұрын
what icon is compatible in adminlte?
@vfixtechnology6 ай бұрын
It has built in font awesome, however you can add anyone their cdn into head file.
@renznormanpalma63126 ай бұрын
@@vfixtechnology I tried to add a font awesome icon, but its not appearing.
@vfixtechnology6 ай бұрын
@@renznormanpalma6312 inspect sidebar icons & check the font awesome which class is being used.