-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limiter on input maker models #2
Comments
When you say limit do you mean you'd like to be able to have a set of logic which limits the return of values? For example based on permission? |
I need some way of passing in equivalent of: |
Ok, I've added that in, will release sometime today :) |
Works as planned. Thanks for this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Laracogs eager loads the model of whatever relationship it's presented with. i.e.
I'm looking for a way to limit what's loaded into the model somehow. Any ideas on how to go about this?
The text was updated successfully, but these errors were encountered: