Turns out that the mistake was totally on my part! all I had to do was to set the default value of the input to null like so:
{!! Form::text("shore_weight[lbs]", null, [
'class' => 'form-control',
'id' => 'shore-weight-lbs']) !!}
and that solved the problem!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community