What doesn't work?
Can you post your code where you are receiving the data?
{!! Form::text('beginnings[]', null, ['class' => 'form-control forminput']) !!}
Renders the following for me which is correct for an array
<input class="form-control forminput" name="beginnings[]" type="text">
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community