Skip to content
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

Add support for appends and attribute accessors #3

Open
radmen opened this issue May 3, 2021 · 0 comments
Open

Add support for appends and attribute accessors #3

radmen opened this issue May 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@radmen
Copy link
Collaborator

radmen commented May 3, 2021

Quite often, it's required only to add few more fields to the array created from the model. Instead of overwriting the toArray() method, JsonResource should copy the same pattern used in Eloquent Models.

JsonResource should support the $appends array and use it to call methods following the accessor pattern (i.e., full_name append, should call the getFullNameAttribute() method).

Depends on #1

@radmen radmen added the enhancement New feature or request label May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant