sleeping-owl / with-join

Package to convert Eloquent BelongsTo subqueries into one query with left join
MIT License
92 stars 24 forks source link

Use this package and sleeping-owl/admin #12

Closed s6carlo closed 8 years ago

s6carlo commented 8 years ago

I can't use this package together with sleeping-owl/admin because Admin Display classes (e.g. table) does not have include method, am I missing something or I have to write a new Admin Display class?

Thanks, Carlo

s6carlo commented 8 years ago

Solution is just use Model::with('other')