bosnadev / repository

Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
https://bosnadev.com
823 stars 233 forks source link

If you want to count the number of results from a relationship withou… #102

Closed EnverKESMEN closed 5 years ago

EnverKESMEN commented 6 years ago

…t actually loading them you may use the withCount method, which will place a {relation}_count column on your resulting models. It comes with Laravel 5.3. BTW thanks for this package.

-- I will do a few more pull requests in the coming days.