, :
{!! Form::model($model->toArray(), []) !!}
{!! Form::text('business_hour[0][from]', null, []) !!}
{!! Form::text('business_hour[0][to]', null, []) !!}
{!! Form::text('business_hour[1][from]', null, []) !!}
{!! Form::text('business_hour[2][to]', null, []) !!}
{!! Form::close() !!}
- array_get() transformKey().
protected function transformKey($key)
{
return str_replace(['.', '[]', '[', ']'], ['_', '', '.', ''], $key);
}
, , , - :
{
'key' => [
'hallo' => 'welt'
]
}