Laravel Admin Panel with Admin LTE - Free Package with installation steps

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 40

  • @manojband3184
    @manojband3184 3 หลายเดือนก่อน

    I thought I knew how to use adminLTE....until watching this video ! Thanks 👍

  • @mntdev
    @mntdev 4 หลายเดือนก่อน

    Thanks for sharing this video. It was the only one that solved my problem. From Brazil

  • @rolliecoasterrides
    @rolliecoasterrides 7 หลายเดือนก่อน

    thank you so much!!! no frills tutorial, just generosity of knowledge :) Keep it up!

  • @P.R.RacerX-Studio
    @P.R.RacerX-Studio หลายเดือนก่อน

    Could you make it in JavaScript and css to take one example table from PostgreSQL or mysql?

  • @monkeykko1221
    @monkeykko1221 2 หลายเดือนก่อน

    always following your videos. thank you so much!

  • @stichharma8531
    @stichharma8531 5 วันที่ผ่านมา

    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

    • @vfixtechnology
      @vfixtechnology  5 วันที่ผ่านมา

      @@stichharma8531 use spatie role permission packages for that, i have already made a video on that, check my channel for video.
      Thanks

  • @chanu1993
    @chanu1993 5 หลายเดือนก่อน

    Really good work man. Appreciate it. 🙂

  • @DiyarJamal
    @DiyarJamal 7 หลายเดือนก่อน

    great work, Thank you

  • @EgigbaOvie
    @EgigbaOvie 3 หลายเดือนก่อน

    The drop down of my admin backend is not showing. Please help.🙏

    • @vfixtechnology
      @vfixtechnology  3 หลายเดือนก่อน

      in config folder-> adminlte-> then find menu array and make changes accordingly. Hope this helps.thanks

  • @kkch980
    @kkch980 หลายเดือนก่อน

    sir how to add all the adminLTE blade.php file? where are they?

    • @vfixtechnology
      @vfixtechnology  หลายเดือนก่อน

      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

  • @jamesbryanquijada1003
    @jamesbryanquijada1003 3 หลายเดือนก่อน

    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

    • @vfixtechnology
      @vfixtechnology  3 หลายเดือนก่อน +1

      @@jamesbryanquijada1003 you dont have to create 3 different admin panels, use spatie user role package and it should work.

    • @jamesbryanquijada1003
      @jamesbryanquijada1003 3 หลายเดือนก่อน

      @@vfixtechnology but what if, dashboard differs for every roles sir? i mean for every users, major or slightly different pages?

  • @JeyC_
    @JeyC_ หลายเดือนก่อน

    is there a way to use adminlte 4 with laravel?

    • @vfixtechnology
      @vfixtechnology  หลายเดือนก่อน

      this package offers only admin lte 3.

  • @hyperannatv3387
    @hyperannatv3387 8 วันที่ผ่านมา

    is it working in laravel 11?

    • @vfixtechnology
      @vfixtechnology  8 วันที่ผ่านมา

      @@hyperannatv3387 yes it should work fine.

  • @polburuwa698
    @polburuwa698 6 หลายเดือนก่อน

    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

    • @vfixtechnology
      @vfixtechnology  6 หลายเดือนก่อน

      Thats should work perfectly fine. Go ahead with it .

  • @moiPomme
    @moiPomme 6 หลายเดือนก่อน

    how can i get the project running without artisan serve?

    • @mustafaqarooni8782
      @mustafaqarooni8782 6 หลายเดือนก่อน

      Put the file project inside xampp/htdocs
      And then open the localhost in your pc

    • @minimalhainex7333
      @minimalhainex7333 4 หลายเดือนก่อน

      Herd

  • @jeweljunevillanueva6277
    @jeweljunevillanueva6277 6 หลายเดือนก่อน

    great!, how can i config or delete the "Sign in to start your session" in login?

    • @vfixtechnology
      @vfixtechnology  6 หลายเดือนก่อน

      You can edit this blade: resources/views/vendor/adminlte/auth/login.blade.php

  • @sirjetdev
    @sirjetdev 6 หลายเดือนก่อน

    how to adjust the font size of the side bar? thank you

    • @vfixtechnology
      @vfixtechnology  6 หลายเดือนก่อน

      Hey Mate, you can pass 'classes' => 'you-class-name'
      check docs here:
      github.com/jeroennoten/Laravel-AdminLTE/wiki/Menu-Configuration
      Cheers

    • @sirjetdev
      @sirjetdev 6 หลายเดือนก่อน

      @@vfixtechnology thanks

  • @rowelchristiandpangue703
    @rowelchristiandpangue703 6 หลายเดือนก่อน

    does this also work using vuejs?

    • @vfixtechnology
      @vfixtechnology  6 หลายเดือนก่อน

      Have not tried yet, but it you ca check docs for more details

  • @renznormanpalma6312
    @renznormanpalma6312 6 หลายเดือนก่อน

    what icon is compatible in adminlte?

    • @vfixtechnology
      @vfixtechnology  6 หลายเดือนก่อน

      It has built in font awesome, however you can add anyone their cdn into head file.

    • @renznormanpalma6312
      @renznormanpalma6312 6 หลายเดือนก่อน

      @@vfixtechnology I tried to add a font awesome icon, but its not appearing.

    • @vfixtechnology
      @vfixtechnology  6 หลายเดือนก่อน +1

      @@renznormanpalma6312 inspect sidebar icons & check the font awesome which class is being used.

  • @noman-isdb
    @noman-isdb 8 หลายเดือนก่อน

    thanks a lot

  • @MuhammedRazin-s1r
    @MuhammedRazin-s1r 2 หลายเดือนก่อน

    Thank U

  • @carloshilariu
    @carloshilariu 28 วันที่ผ่านมา

    your voice is like trump's 😂 thank's for video