marvinlabs / laravel-html-bootstrap-4

Bootstrap 4 fluent HTML builder
MIT License
42 stars 15 forks source link

Field name array fix #42

Closed RTC1 closed 6 years ago

RTC1 commented 6 years ago

If field names are arrays, the errors aren't reported as Laravel changes it from

field[0] to field.0.

This PR fixes that.

vpratfr commented 6 years ago

Hi,

Just to let you know that I saw your 3 PRs and that I will have a look/merge soon. Currently very busy on some other things. Thanks a lot for that.

vpratfr commented 6 years ago

Thanks a lot, I mixed another PR and yours to get all things together. 1.6.0 is out.