cyberfly
7/30/2017 - 7:31 AM

Eloquent get parent with child relationship only Eg : Get plate with project only

Eloquent get parent with child relationship only

Eg : Get plate with project only

Plate::with('project')->has('project')->get();