form icon indicating copy to clipboard operation
form copied to clipboard

Super basic form HTML builder, only really exists so I can pull it in for some other more useful projects.

Results 15 form issues
Sort by recently updated
recently updated
newest added

This change enables use of Laravel's Form Model Accessors as detailed in the below documentation (documentation refers to 5.2, changes developed and tested in 5.3) https://laravelcollective.com/docs/5.2/html#form-model-binding The additional code uses...

add phpdoc for the methods, so with the barryvdh/laravel-ide-helper there is autocompletion with IDEs like PhpStorm

Hi. I think I'd be very nice to have a way to check if a form contains errors and a way to retrieve all of them. This would be helpful...

Replace attributes like `required="required"` with just `required`. Possible BC break in that __call no longer sets the value to the same value as the method/attribute name automatically, instead calls like...

Hey, I have not found a way to bind html input groups. For example: ``` $builder->text('group[email]') ``` I did a little work around but it is not good piece of...

enhancement