@dcodegroup-au/form-builder
v3.1.8
Published
This package provides the standard scaffolding of form builder functionality used in most projects.
Downloads
695
Readme
Laravel Form Builder
This package provides the standard scaffolding of form builder functionality used in most projects.
Installation
PHP
You can install the package via composer:
| Version / Branch | Laravel Support | Install Command |
|------------------|-----------------|-------------------------------------------------|
| 1.x | <= v10 | composer require dcodegroup/form-builder:^1.0 |
| 2.x | >= v11 | composer require dcodegroup/form-builder:^2.0 |
| 3.x | >= v11 | composer require dcodegroup/form-builder:^3.0 |
Then run the installation command.
php artisan form-builder:installThis will publish the configuration file and the migration file.
Run the migrations
php artisan migrateTraits for form validation
Located in
src\Http\Traits\FormValidator.phpDevelopment
To build the assets, run this command
npm run prod
Example
Check example folder to see how to use the package.
/example
