Laravel-Challenge-Movie-Table-Eloquent
Laravel-Challenge-Movie-Table-Eloquent copied to clipboard
Challenge Accepted
It still load 1054 models.You can try something with withAvg()
. https://laravel.com/docs/8.x/eloquent-relationships#other-aggregate-functions
It still load 1054 models.You can try something with
withAvg()
. https://laravel.com/docs/8.x/eloquent-relationships#other-aggregate-functions
thank you @nipunTharuksha . Made changes
Thanks, @nipunTharuksha for reviewing the code by @tkadahal and helping me :)
Your final solution looks good, but a few more things could be done, I will discuss it in my upcoming video.