Hello! I have tables products, orders and clients. I want to combine them in one table in the view....
Hello, I'm trying to store my array data in to the database with no luck. Here's what I have: In the...
Thank you @tdhsmith! I think I'm on theright way thanks to you. I'm trying to use the second approac...
Fixed by replace: $products = Product::orderBy('productId', 'asc')->get(); with $products = Prod...
Thank you very much for the information and for your help @Lewolf. What do you think is there any se...
Thank you very much @Lewolf!!! Works perfectly! I understand your concerns and I tought about them b...
Lewolf said: So you want each "ordered product" (as I see from your first post, the form...
The Laravel portal for problem solving, knowledge sharing and community building.
The community