1 مستودع
Specifying related entities to be eagerly loaded based on runtime request parameters.
Distinct from Relationship Count Aggregators: Focuses on the dynamic request-driven nature of loading, rather than static eager loading.
Explore 1 awesome GitHub repository matching data & databases · Dynamic Relationship Loading. Refine with filters or upvote what's useful.
This project is an Eloquent query builder wrapper and REST API query parser for Laravel applications. It translates HTTP request parameters into database queries to provide dynamic filtering, sorting, and relationship loading for API endpoints. The system decouples the external API interface from the storage layer through alias-based schema abstraction, allowing public field names to map to private database columns. It supports the dynamic inclusion of nested relationships and aggregate counts, as well as the execution of custom programmatic logic for filters and sorting via invokable classes
Loads specified relationships and nested relations based on parameters passed in the request.