I have upgraded Laravel from the 5.3 to the 5.4 version, however, if I have an empty value in a text input when I submit the form I have now a NULL value instead of an empty one, and this did not happen with the 5.3 version.
I have now to forcely set a nullable or required validation rules, how can I solve this issue?