Support the ongoing development of Laravel.io →

LameBoy

Joined 22 Mar 2016

Statistics

Threads 3
Replies 8
Solutions 0
Articles 0

Combine two/three tables in a view

Hello! I have tables products, orders and clients. I want to combine them in one table in the view....

Likes Replies
Solved

Store array data in database table

Hello, I'm trying to store my array data in to the database with no luck. Here's what I have: In the...

Likes Replies
Solved

Store output of foreach lopp in the database

Hello, I'm new with Laravel and web development in general. I'm learning while trying to build my ow...

Likes Replies
Solved
replied 7 years ago

Combine two/three tables in a view

Thank you @tdhsmith! I think I'm on theright way thanks to you. I'm trying to use the second approac...

0 Likes
replied 7 years ago

Store array data in database table

Fixed by replace: $products = Product::orderBy('productId', 'asc')->get(); with $products = Prod...

0 Likes
replied 7 years ago

Store array data in database table

Thank you very much for the information and for your help @Lewolf. What do you think is there any se...

0 Likes
replied 7 years ago

Store array data in database table

Thank you very much @Lewolf!!! Works perfectly! I understand your concerns and I tought about them b...

0 Likes
replied 7 years ago

Store array data in database table

Lewolf said: So you want each "ordered product" (as I see from your first post, the form...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2023 Laravel.io - All rights reserved.