Support the ongoing development of Laravel.io →
Database Eloquent
Last updated 2 years ago.
0

If I understand you correctly, (this assumes you have the relationship set up in the models using hasOne(), hasMany(), or similar)

$products = Store::where('hash', Input::get('s'))->with('products')->where('ext_id', 2)->get();
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

flyingL123 flyingl123 Joined 27 Aug 2014

Moderators

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.