How can I get all fields' value instead of $get('field_name'). #9401
Replies: 1 comment 1 reply
-
Hello buddy!!! I was able to get using get('*') |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I get values from all field like $request->all(), I got only single value using $get('field_name').
I am trying to make a factory model base on the form values with saving the data to database.
Beta Was this translation helpful? Give feedback.
All reactions