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

Eager Loading #71

Closed azooziidev closed 8 years ago

azooziidev commented 8 years ago

Are there any plans to extend this package to include the Eager Loading functionality in Repositories described here?

[https://bosnadev.com/2015/03/26/using-repository-pattern-in-laravel-5-eloquent-relations-and-eager-loading/]

Thanks!

mirzap commented 8 years ago

Implemented. You can use now with() method.

azooziidev commented 8 years ago

Many thanks!!!

On Friday, April 8, 2016, Mirza Pasic notifications@github.com wrote:

Implemented. You can use now with() method.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Bosnadev/Repositories/issues/71#issuecomment-207619682