Get results with 2 relationships Laravel

536 0 0 0

Last Updated : 2024-04-20 13:17:49

In this snippet I will teach you how to get results with query with 2 relationships in laravel

You can use nested relationships which are defined as dot notation like this


$item = Product::with('prices.unit')->where('id', $request->input('id'))->get() ;

the code above will get the product with its prices and it will get the unit related to the price also

Mahmoud Anwar

Mahmoud Anwar

Back End Developer with a passion for developing innovative web applications that expedite the efficiency and effectiveness of organizational success. Well-versed in technology and writing code to create systems that are reliable and user-friendly. Also has the proven ability to motivate, educate, and collaborate effectively to build web applications and effectively track changes. Confident communicator, strategic thinker, and innovative creator to develop software that is customized to meet a company’s organizational needs, highlight their core competencies, and further their success.