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

How to generate form from a model, I do with tables and it work

Open sibinx7 opened this issue 9 years ago • 0 comments

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 a wrong method

{{ Form::open() }} {{ Formgenerator::generate('table-name') }} {{ Form::close() }} works, Please give me some example with model..

Thanks

sibinx7 avatar Mar 17 '15 04:03 sibinx7