marvinlabs / laravel-html-bootstrap-4

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

Allow setting attributes on the form being opened #29

Closed vpratfr closed 6 years ago

vpratfr commented 6 years ago

When opening a form we have no way to add attributes to the generated tag.

Maybe via the options, or with a 4th parameter to the openForm function.