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

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Laravel E-commerce Project Tutorial Playlist: • Laravel E-commerce Pro...
    Buy me a Coffee 🥰 : www.buymeacoff...
    Thanks For Watching.
    Support This Channel :
    Join this channel to get access to perks:
    / @webtechknowledge
    Your support will be really appreciated.
    I hope This video was helpful.
    If you have any questions then let me know in the comment section.
    Best of luck.
    #webtechknowledge
    You can connect with me with the given links below:
    Please Subscribe to this channel: / @webtechknowledge
    Join this channel to get access to perks:
    / @webtechknowledge
    Follow me on :
    Facebook Link: / yaminshakil07
    Instagram Link: / yamin_shakil
    Twitter Link: / yaheashakil
    #6 Laravel 9 E-commerce Project Tutorial For Beginners
    #6 Show And Delete Data In Laravel | Laravel E-commerce Project Tutorial For Beginners

Комментарии • 21

  • @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 5 месяцев назад

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

  • @rajendraparmar1501
    @rajendraparmar1501 3 года назад +1

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

  • @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.

  • @jaysonsisneros6641
    @jaysonsisneros6641 2 года назад

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

  • @antonykevinnewniz271
    @antonykevinnewniz271 2 года назад

    Different size while login how to resolve please help me sir

  • @celluleprogres848
    @celluleprogres848 3 года назад

    Thank you very much sir

  • @salmasheikh3480
    @salmasheikh3480 2 года назад

    love

  • @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

  • @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

  • @pranthashil9060
    @pranthashil9060 2 года назад

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