dcodegroup / form-builder
Simple package which dcode uses to manage form builder
Installs: 15 354
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 2
Open Issues: 0
Language:Vue
Requires
- php: ^8.2 || ^8.3
- laravel/framework: ^11.0||^12.0
Requires (Dev)
- larastan/larastan: *
- laravel/pint: ^1.0
- orchestra/testbench: ^9.0
- 4.x-dev
- 4.0.1
- 4.0.0
- 3.x-dev
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.x-dev
- 2.0.3
- 2.0.0
- 1.x-dev
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.17
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/form-builder-support-for-fpaa
- dev-feature/migrate-to-publishing-components
- dev-bugfix/ELA-3841-attendee-integrate-form-select-with-event-details-page
- dev-bugfix/ELA-3817-defects-found-in-the-formadd-form-module
- dev-feature/update-to-3.x
- dev-feature/3.x-upgrade-for-elaa-project
- dev-laravel-11
- dev-feature/improve-preview-screen
- dev-feature/success_message
- dev-feature/support_call_vField_form_the_product_with_vdatepicker
- dev-bugFix/support_call_vfield_directly_from_the_project
- dev-bugfix/SEN-125-need-each-instance-of-the-group-to-be-separate-entries
- dev-feature/upgrade-form-to-have-upload-and-date-picker
- dev-feature/migrate-to-vue-3
This package is auto-updated.
Last update: 2025-09-10 08:33:36 UTC
README
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:install
This will publish the configuration file and the migration file.
Run the migrations
php artisan migrate
Traits for form validation
Located in
src\Http\Traits\FormValidator.php
Development
To build the assets, run this command
npm run prod
Example
Check example folder to see how to use the package.
/example