How to use QueryBuilder in pattern with repositories and services? #538
Unanswered
Georgiiagon
asked this question in
Q&A
Replies: 1 comment
-
Hi same question i had, do you found out a professional solution? |
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
-
In controllers, we should use services instead of repositories or models.
In services, we should use repositories instead of models.
The whole business logic is described in services as well.
Should I create a separate "repository" for QueryBuilder or use the same as for the model?
Beta Was this translation helpful? Give feedback.
All reactions