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
Thank you so much, you can do the same project using reactjs ?
Thank you so much bro. You've done very well. Now I've learnt how to perform CRUD operations using VueJS
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
This was really helpful
Can you please do a video about how to add new products and new customers
ruclips.net/video/kqkzl9TPW5E/видео.html
@@devstrain This video is marked as private. Why is this?
I got an axiosError with status code 500 in the deleteinvoiceItem function. How can I solve this problem?
Verify if there's no error in your deleteinvoiceitem function or on routes/api.php