#6 Show And Delete Data In Laravel | Laravel E-commerce Project Tutorial For Beginners

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 21

  • @nike0822
    @nike0822 3 роки тому +1

    Good job. Your way of explaining is really simple, understandable & on point. Keep up the good work, Sir! :D Please if possible, cover Payment gateway integration as well. Thank you once again.

  • @rajendraparmar1501
    @rajendraparmar1501 3 роки тому +1

    Sir good job as usual...please cover API integration for this project if possible...@thanks

  • @celluleprogres848
    @celluleprogres848 3 роки тому

    Thank you very much sir

  • @jaysonsisneros6641
    @jaysonsisneros6641 2 роки тому

    sir can you help me with the 404 not found in shorproduct?

  • @salmasheikh3480
    @salmasheikh3480 3 роки тому

    love

  • @yanrany1844
    @yanrany1844 2 роки тому +2

    Why showproducts is a problem 404
    NOT FOUND ? Please Help Me. thank you so much

    • @WebTechKnowledge
      @WebTechKnowledge  2 роки тому

      Check in the controller if you redirect the view properly

    • @jaysonsisneros6641
      @jaysonsisneros6641 2 роки тому

      same problem

    • @WebTechKnowledge
      @WebTechKnowledge  2 роки тому

      Check the name of the view and the view you are returning from controller is same or not.

    • @rafovirabyan7239
      @rafovirabyan7239 2 роки тому

      php artisan route:cache

    • @800m1
      @800m1 6 місяців тому

      {{ url('deleteproduct/' . $product->id) }}
      here is correct syntax

  • @antonykevinnewniz271
    @antonykevinnewniz271 2 роки тому

    Different size while login how to resolve please help me sir

  • @muzilhassan2542
    @muzilhassan2542 2 роки тому

    I'm getting page not found I don't know

    • @WebTechKnowledge
      @WebTechKnowledge  2 роки тому

      Check if you write the url properly in the view and also in the route

    • @dhianouira8565
      @dhianouira8565 2 роки тому

      run this in your console
      php artisan route:cache

    • @asmaahariti7914
      @asmaahariti7914 Рік тому

      i have the same error even i wrote the same in the controller and in the view url

  • @pranthashil9060
    @pranthashil9060 2 роки тому

    ErrorException
    Attempt to read property "name" on null
    please help

  • @md.alomgirhossainsummer182
    @md.alomgirhossainsummer182 2 роки тому

    Message works but doesn't close,,,,,,,,,,
    @if(session()->has('message'))

    x
    {{session()->get('message')}}

    @endif
    return redirect()->back()->with('message','Product Deleted Successfully');
    help me