We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Everone, I have had a pleasure working with tis package but how can I do mutations on my returned entities from the DB.
An Example is on Eloquent:
https://laravel.com/docs/5.7/eloquent-mutators
For xample if i have an entity relation, instead of outputting post_id i want to output post_name is it possible ..
post_id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Everone, I have had a pleasure working with tis package but how can I do mutations on my returned entities from the DB.
An Example is on Eloquent:
https://laravel.com/docs/5.7/eloquent-mutators
For xample if i have an entity relation, instead of outputting
post_id
i want to output post_name is it possible ..The text was updated successfully, but these errors were encountered: