Laravel-auto-form-generator icon indicating copy to clipboard operation
Laravel-auto-form-generator copied to clipboard

Laravel automatic form generator

Results 8 Laravel-auto-form-generator issues
Sort by recently updated
recently updated
newest added

this package doesnt work without doctrine

Currently, there is not a way (that I can see) to set an initial value on a text input. I have looked at the code and have inserted the following...

Hi I was wondering if you have plans for make this package compatible with Laravel 5

I get this when trying to install the form generator Your requirements could not be resolved to an installable set of packages. Problem 1 - Conclusion: remove laravel/framework v4.1.23 -...

Sir, This is not an issue, i want one example to generate forms from model... {{ Form::model($model = new Admin()) }} {{ Formgenerator::generate($model) }} {{ Form::close() }} This may be...

I was thinking to use this in my project. Question arises how to auto fill values based on $request input or after validation errors.

Here I use case-sensitive columns name on my tables. I don't know why but the array is on lowercase. Sorry for my bad english, I dont speak english very much.

i have an issue with the field name, it have to be the exact phrase as the field name in the database why don't you make it ignore case so...