I have a hidden form array:
Form::hidden('new_image_ids[]');
If the form is returned because of an error in validation, I get the following error:
htmlentities() expects parameter 1 to be string, array given
What am I doing wrong?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community