Replies: 1 comment
-
Hi @ldiebold, This is a good one! I will put it on the roadmap 👌 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This may be something more suited to userland, yet I thought it was worth asking!
Sometimes, we want to include attributes in our request. Laravel allows us to automatically append these attributes with
appends
However, often we only want those attributes on occassion. So My feature request is this.
Allow the developer to have an
appends
array on the Controller, similar to how we currently useincludes
Then we can use the following query to only append what we need:
Thoughts? 😃
Beta Was this translation helpful? Give feedback.
All reactions