laravel-form-builder
laravel-form-builder copied to clipboard
Laravel Form builder for version 5+!
I would like to have the ability to set a Theme for each form and switch the classes, etc. listed in the config.
I'm so sorry. My PR had mistake. This reverts commit 51cb79f0f0fe0c78cfef371da7a81cd0fa298f9e.
Laravel have good view component to build form, it would be great if we can remove laravelcollective/html
This is probably too invasive, and maybe still broken, but it's a way to always get an empty model, even if you don't set `empty_model`. Because currently the parent's model...
`empty_model` only works for Eloquent models, but it's also useful for an array of data. In GET that's used for the `prototype` and `empty_row` children. In POST it's used as...