#4 Intregating Admin Template In Laravel Project | Laravel E-commerce Tutorial Beginner to Advance

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

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

  • @dahudyusufishola3884
    @dahudyusufishola3884 ปีที่แล้ว +1

    What could have happened? After adding 'admin' in front of the assets. It didn't work
    5:30

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

      you probably put admin/assest in index.html. you should put it in home.blade.php

  • @JayNdungu
    @JayNdungu 2 ปีที่แล้ว

    This is working perfectly especially if one followed the hospital project. Thanks and kudos bro

  • @pranav8391
    @pranav8391 ปีที่แล้ว +2

    There is a problem in the admin button like there is a white background coming to the admin button, anysolution??

  • @emieloualvero3505
    @emieloualvero3505 ปีที่แล้ว

    Thank you very much, your videos help me a lot

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

    When we integrate template, should we find all "src" and put admin/ on them?

  • @abdulkhuddus4985
    @abdulkhuddus4985 ปีที่แล้ว

    clear cut explanation, thank you

  • @krishna_9804
    @krishna_9804 ปีที่แล้ว +2

    Sir, why does everything works fine in your system but does not work in our system. I am talking about the admin dropdown in header

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

      Select an action
      Admin
      Profile
      Logout
      document.getElementById('actionSelect').addEventListener('change', function() {
      const selectedValue = this.value;
      if (selectedValue === 'logout') {
      // Create a form for logging out
      const logoutForm = document.createElement('form');
      logoutForm.method = 'POST';
      logoutForm.action = '{{ route('logout') }}';
      const csrfInput = document.createElement('input');
      csrfInput.type = 'hidden';
      csrfInput.name = '_token';
      csrfInput.value = '{{ csrf_token() }}';
      logoutForm.appendChild(csrfInput);
      document.body.appendChild(logoutForm);
      logoutForm.submit();
      } else if (selectedValue) {
      window.location.href = selectedValue;
      }
      });
      separate js from this code make new js on assets call him form.js and put a link on scripts.blade.js and the form put in the header do not forget to build that links dashboard.blade.php and logout.blade.php

  • @syedfarhad7449
    @syedfarhad7449 ปีที่แล้ว

    very gd tutorial. Respect u.

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

    I was having issues with the logout button for admin, it is there but it is misplaced, and I am unable to fix it

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

      did u solve it?me too have prob in logout

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

      use this instead of x-app-layout
      @csrf

  • @izaanu1233
    @izaanu1233 ปีที่แล้ว +1

    When x-app- layout added no logout options showing

  • @Eddy-z1u1c
    @Eddy-z1u1c 2 หลายเดือนก่อน

    Help, Admin template links aren’t downloading (here on 2024)

  • @jijirijohnson3453
    @jijirijohnson3453 ปีที่แล้ว

    Good tutorial. Keep it up. However, on the small screens, the sidebar doesn't show. How do I do that so the sidebar should be mobile Responsive.

  • @beatricejika2725
    @beatricejika2725 ปีที่แล้ว

    am using laravel 10 in logout it give an error help pls

  • @gamerx4294
    @gamerx4294 ปีที่แล้ว +1

    when i am passing x layout amin not showing

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

      same issue

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

      use this instead of x-app-layout
      @csrf

  • @urdreamspace
    @urdreamspace 2 ปีที่แล้ว

    why are the icons on the sidebar not working

  • @kashthrob
    @kashthrob ปีที่แล้ว

    you good!

  • @benibedallah3272
    @benibedallah3272 2 ปีที่แล้ว

    Thank you 🎉🎉🎉

  • @好きな事で生きるプロゲーマー自
    @好きな事で生きるプロゲーマー自 2 ปีที่แล้ว

    Lesson5:th-cam.com/video/7PSd9uM_JgA/w-d-xo.html

  • @kienboy9999
    @kienboy9999 ปีที่แล้ว +1

    add admin before assets never works

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

      then what to do?

    • @HamdanHamdan-g6t
      @HamdanHamdan-g6t 4 หลายเดือนก่อน

      Remove the assets​@@AsthEtiX_Girl

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

      you should change it in home.blade.php not index.html

  • @alliswell6790
    @alliswell6790 ปีที่แล้ว

    Bro log out is not working please help me bro

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

      use this instead of x-app-layout
      @csrf

  • @beticohernandez9536
    @beticohernandez9536 2 ปีที่แล้ว

    Hola, la plantilla admin?

  • @好きな事で生きるプロゲーマー自
    @好きな事で生きるプロゲーマー自 2 ปีที่แล้ว +1

    I dont under stand about ''

  • @SajidPuthawala
    @SajidPuthawala 2 ปีที่แล้ว

    Bro make full tutorial fast