From Builder

A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.

form-builder

NPM scripts

Development mode npm run watch or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build

Installation

Via Composer

$ composer require awes-io/form-builder

The package will automatically register itself.

You can publish the config file with:

php artisan vendor:publish --provider="AwesIO\FormBuilder\Providers\FormBuilderServiceProvider" --tag="config"

GitHub