You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
This works for filtering etc etc . Everything seems to work perfectly fine.
The only thing is. This would require to remove all $model->getTable() references in the code. But it makes life easy.
The text was updated successfully, but these errors were encountered:
Hey man. I love your package.
I was wondering. I dont think you need the relationship query.
`
$query = User::query();
$query->join('contacts', 'users.id', '=', 'contacts.user_id');
$query->eloquentQuery($orderBy, $orderByDir, $searchValue);
`
`
`
This works for filtering etc etc . Everything seems to work perfectly fine.
The only thing is. This would require to remove all
$model->getTable()
references in the code. But it makes life easy.The text was updated successfully, but these errors were encountered: