Support the ongoing development of Laravel.io →

1000monkeys

Joined 19 Jun 2015

Statistics

Threads 1
Replies 1
Solutions 0
Articles 0

Trying to do inner join and find/where not sure which to use, complete new laravel user

$leverancier = DB::table('leveranciers') ->where('leveranciersId', '=', $id) ->join...

0 Likes
2 Replies
replied 8 years ago

Trying to do inner join and find/where not sure which to use, complete new laravel user

had to use first instead of get. $leverancier = DB::table('leveranciers') ->...

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.

© 2024 Laravel.io - All rights reserved.