Is it possible to use this library for poor query builder? #492
Unanswered
siarheipashkevich
asked this question in
Q&A
Replies: 1 comment
-
Hi, team. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, all
Can I use this package for
Illuminate\Database\Query\Builder
instance?For example:
QueryBuilder::for(DB::table('sales')->...)
.Right now I'm getting the error
Call to undefined method Illuminate\Database\Query\Builder::getQuery()
Of course I can use
Sale
model but I have raw select with aggregate functions with grouping and using the model in my case is redundant.Do you plan to support
Illuminate\Database\Query\Builder
query?Beta Was this translation helpful? Give feedback.
All reactions