Level 63
That's not a Laravel problem.
Are you using InertiaJS ?
1 like
Hello People, are you OK?
I have this code here
const form = new FormData
form.set('test[test]', 'test')
form.set('test2[]', 'tessst')
await axios.patch('/model/1',form)
And in the Laravel, i do this:
dd($request->all())
And it returns an empty array. what I am doing wrong?
Please or to participate in this conversation.