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

Sdílet
Vložit
  • čas přidán 9. 03. 2024
  • 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 cost you a dime! We'll walk through the installation steps, making it easy for you to follow along. Plus, we'll be using the Laravel Admin LTE package by Jeroennoten, also known as Laravel-AdminLTE, to streamline the process. Get ready to elevate your Laravel projects with a professional admin interface without breaking the bank!
    Package Link: github.com/jeroennoten/Larave...

Komentáře • 22

  • @rolliejabonero2044
    @rolliejabonero2044 Před 3 měsíci

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

  • @mntdev
    @mntdev Před 23 dny

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

  • @DiyarJamal
    @DiyarJamal Před 4 měsíci

    great work, Thank you

  • @chanu1993
    @chanu1993 Před měsícem

    Really good work man. Appreciate it. 🙂

  • @noman-isdb
    @noman-isdb Před 4 měsíci

    thanks a lot

  • @polburuwa698
    @polburuwa698 Před 2 měsíci

    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  Před 2 měsíci

      Thats should work perfectly fine. Go ahead with it .

  • @jeweljunevillanueva6277
    @jeweljunevillanueva6277 Před 2 měsíci

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

    • @vfixtechnology
      @vfixtechnology  Před 2 měsíci

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

  • @sirjetdev6205
    @sirjetdev6205 Před 3 měsíci

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

    • @vfixtechnology
      @vfixtechnology  Před 3 měsíci

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

    • @sirjetdev6205
      @sirjetdev6205 Před 3 měsíci

      @@vfixtechnology thanks

  • @rowelchristiandpangue703
    @rowelchristiandpangue703 Před 2 měsíci

    does this also work using vuejs?

    • @vfixtechnology
      @vfixtechnology  Před 2 měsíci

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

  • @moiPomme
    @moiPomme Před 2 měsíci

    how can i get the project running without artisan serve?

  • @renznormanpalma6312
    @renznormanpalma6312 Před 2 měsíci

    what icon is compatible in adminlte?

    • @vfixtechnology
      @vfixtechnology  Před 2 měsíci

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

    • @renznormanpalma6312
      @renznormanpalma6312 Před 2 měsíci

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

    • @vfixtechnology
      @vfixtechnology  Před 2 měsíci +1

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