Laravel 10 and Vuejs 3 - Simple Invoice Application - Edit and Delete Invoice.

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

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

  • @velkacemlaoui8443
    @velkacemlaoui8443 14 дней назад

    Thank you so much, you can do the same project using reactjs ?

  • @lexisvin9902
    @lexisvin9902 10 месяцев назад +1

    Thank you so much bro. You've done very well. Now I've learnt how to perform CRUD operations using VueJS

  • @sonnymichael7936
    @sonnymichael7936 Год назад +1

    33:02 I think you don't need assign all input request manually. You can just use :
    $invoicedata = $request->except(["invoice_item"]);
    $invoice->update($invoicedata);
    Thanks for the tutorial btw, I just want to learn implement Vue in Laravel. This tutorial is good so far, but I think it's need to be optimized

  • @terdoomzer
    @terdoomzer 5 месяцев назад +1

    This was really helpful

  • @AmelAmel-rb3qz
    @AmelAmel-rb3qz Год назад

    Can you please do a video about how to add new products and new customers

    • @devstrain
      @devstrain  Год назад +1

      ruclips.net/video/kqkzl9TPW5E/видео.html

    • @krillinsworld9439
      @krillinsworld9439 26 дней назад

      @@devstrain This video is marked as private. Why is this?

  • @samiasharnami3923
    @samiasharnami3923 Год назад

    I got an axiosError with status code 500 in the deleteinvoiceItem function. How can I solve this problem?

    • @devstrain
      @devstrain  Год назад

      Verify if there's no error in your deleteinvoiceitem function or on routes/api.php