Support the ongoing development of Laravel.io →
Input Database Forms
Last updated 2 years ago.
0

up up up up

0

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">
0

Sign in to participate in this thread!

Eventy

Your banner here too?

spike03 spike03 Joined 22 Jul 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.