Skip to content

3.9.0

Compare
Choose a tag to compare
@binaryk binaryk released this 02 Jul 12:42
· 124 commits to 3.x since this release
555fa81

Force eager loading

However, Laravel Restify provides eager loading based on the query related property,
you may want to force eager load a relationship in terms of using it in fields, or whatever else:

// UserRepository.php

public static $with = ['posts'];