laravel-form-builder icon indicating copy to clipboard operation
laravel-form-builder copied to clipboard

Create form from a Eloquent Model

Open magarrent opened this issue 6 years ago • 0 comments

Hey! How can I create a form with existing Eloquent Model? Something like:

class Post extends Model
{
    public function buildForm() {
        .....
    }
}

magarrent avatar Oct 13 '18 16:10 magarrent