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

4.0.1 2025-06-20 11:14 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