Replies: 1 comment 1 reply
-
We're considering this for version 3, but it may not happen as the implementation is incredibly complex |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a project with so much data in the database, and I need to join many tables to build the query.
How can I use a
Illuminate\Database\Query\Builder
instead of aIlluminate\Database\Eloquent\Builder
?I really need the ability to use a DB query instead of using a model.
Related:
#2283
Beta Was this translation helpful? Give feedback.
All reactions