Replies: 1 comment
-
Why two times the same question? oO |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Currently, Laravel's
$hidden
property in models doesn't support dot notation for hiding nested attributes within JSON columns. This means we cannot easily hide specific nested fields from JSON/array serialization.Current Behaviour
Proposed Behaviour
Use Cases
Questions for Discussion
$hidden
functionality?I'm willing to work on implementing this feature if there's interest from the community. 😄
Beta Was this translation helpful? Give feedback.
All reactions