Replies: 1 comment
-
This is now part of v2.0.0 :-) |
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
-
Let's say you have a more complicated request on a JSON API that has a multi-dimensional array. For example:
I would like to be able to have a factory like this:
So that calling
FooRequest::factory()->fizzBuzz()->create();
will give you:Where currently this would give you:
Beta Was this translation helpful? Give feedback.
All reactions