eager loading
bertux77 opened this issue · comments
Alberto Carrion commented
Hello!
Maybe my question is very stupid, but I'm quite new to this.
Is it possible to make a query with eager loading to bring all the comments with likes and dislikes totals and at the same time have the option checked if the user has liked or disliked?
Anton Komarev commented
Here is an example
https://laravel-love.readme.io/docs/eager-loading
Alberto Carrion commented
sorry I didn't check before asking.