Why does the request()->all() method do an array_replace_recursive instead of a array_merge_recursive? #42478
-
As the title says, why does Im using the Filepond plugin to do my file uploads. On the initial store there is no problem because they are all new files,
but this is not what i get when i do a request()->all(), what i get is:
and that is because of the Thank you in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I see now that my use-case isnt even going to work the way PHP handles form data and files, sorry for the useless discussion. |
Beta Was this translation helpful? Give feedback.
I see now that my use-case isnt even going to work the way PHP handles form data and files, sorry for the useless discussion.