Is the laravel model written as hasMany ()-> join ()?

as the title
if so, how should I write it?

May.02,2022

No hasMany () is used to define an one-to-many relationship. Later, the associated relationship can be queried and the associated data can be called directly later. Join () is the

that directly does the associated query.
Menu