sleeping-owl/with-join
Foreign table joins by relation name alias:
Model::include('street')->where('street.id', '=', $id); Model::include('street.type')->orderBy('type.id', 'asc');
How can I help you explore Laravel packages today?