awema-pl / module-form-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.
Fund package maintenance!
Patreon
Open Collective
Installs: 64
Dependents: 14
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- illuminate/support: ~5|~6|~7|~8|~9
README
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.
Demo
You can check it online: Online Demo
Documentation
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 awema-pl/module-form-builder
The package will automatically register itself.
You can publish the config file with:
php artisan vendor:publish --provider="AwemaPL\FormBuilder\Providers\FormBuilderServiceProvider" --tag="config"