Learn How To Instantly Integrate Laravel 9 & AdminLTE3 - Part 1 for beginners-2023 (Updated)

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • In this video, we'll be covering how to integrate Laravel 9 and AdminLTE3. Laravel 9 is a popular and powerful PHP framework, while AdminLTE3 is a powerful and easy to use admin panel. Bootstrap is the most popular CSS framework in the world, and we'll be using it to create a custom admin panel for our Laravel project.
    If you're looking to learn how to use Laravel 9 and AdminLTE3, this is the video for you! In this video, we'll cover everything from installation to using the admin panel. So if you're looking to get started with Laravel 9 andAdminLTE3, be sure to check out this video!
    In this video, we'll be covering how to integrate Laravel 9 and AdminLTE3. Laravel 9 is a popular and powerful PHP framework, while AdminLTE3 is a powerful and easy to use admin panel. Bootstrap is the most popular CSS framework in the world, and we'll be using it to create a custom admin panel for our Laravel project.
    If you're looking to learn how to use Laravel 9 and AdminLTE3, this is the video for you! In this video, we'll cover everything from installation to using the admin panel. So if you're looking to get started with Laravel 9 andAdminLTE3, be sure to check out this video!
    #laraveltutorial #adminlte #ithinkso
    Dist command to create new laravel project:
    composer create-project --prefer-dist laravel/laravel project-name
    Profile: krishnas.com.np
    GitHub: github.com/kri...
    Hosting: xoto.krishnas....
    Canva: partner.canva....
    Buy My Code: 1897965912489....

Komentáře • 11

  • @nehemiahmordecai
    @nehemiahmordecai Před rokem +1

    Well demonstrated. Good job bro...!
    Cant thank you enough...

  • @devipriyaa9704
    @devipriyaa9704 Před rokem +2

    Hi bro, your video is very useful to me thankyou bro

  • @douglas19124
    @douglas19124 Před rokem +1

    👍

  • @dipeshjha3528
    @dipeshjha3528 Před 11 měsíci +1

    Big problem with admin LTE ,we cannot show multiple images add remove kind of while uploading image

    • @IThinkSo
      @IThinkSo  Před 11 měsíci

      You dont have to use AdminLTE provided option. You can use AdminLTE and custom JS to achieve your requirement.

  • @pansurna7
    @pansurna7 Před 10 měsíci +1

    pleas next menu and sub management

    • @IThinkSo
      @IThinkSo  Před 10 měsíci

      We already have it on menu filter. Let me know if that dont work for you.

  • @RomanTheBird
    @RomanTheBird Před rokem +2

    Here why need node JS??

    • @IThinkSo
      @IThinkSo  Před rokem +1

      Automating asset compilation: NPM can be used to automate the process of compiling CSS and JavaScript assets using tools like webpack or Gulp. On AdminLTE, it helps in compiling css and js as a mixture.

  • @djamalabdounassirharoun5878

    how to modify the html code of the login
    @extends('adminlte::auth.login')

    • @IThinkSo
      @IThinkSo  Před rokem

      It should be in
      resources/views/vendor/adminlte/auth
      If you don't have in your project, you can publish views by
      php artisan adminlte:install --only=main_views
      Which will generate vendor folder inside views.
      github.com/jeroennoten/Laravel-AdminLTE/wiki/Views-Customization