laralib/l5scaffold

BootForm/FormBuilder support plus shared create/edit forms

Opened this issue · 0 comments

It would be nice to have an option to use BootForm (and FormBuilder) for form generation.

I also find that it's common to share the credit/edit forms as there are very little differences other than "Add" vs "Edit", etc. How I do this is have a form.blade.php that create.blade.php and edit.blade.php sources via blade's at-include .