meshesha / visual-form-maker
VisualFormMaker is web application that allowing you to build and manage simple html forms using simple drag-and-drop action.
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^7.2.5
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^1.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: ^7.0
- laravel/tinker: ^2.0
- laravel/ui: ^2.0
- rachidlaasri/laravel-installer: ^4.1
Requires (Dev)
- facade/ignition: ^2.0
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^4.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-03-13 23:09:40 UTC
README
https://vfm.js.org/.
VisualFormMaker is web application based on laravel framework and jQuery.formbuilder that allowing you to build and manage simple html forms using simple drag-and-drop action.
Requirements
- web server ( like iis , apache)
- php : ^7.2.5
- database : sqlite, mysql, pgsql, sqlsrv (tested on MySQL version 8)
installation
download
composer:
composer create-project meshesha/visual-form-maker visualformmaker --no-dev
manually
download from github releases VisualFormMaker.
Documentation
More info go to https://vfm.js.org/.
first time login:
email: admin@localhost
password: admin
Acknowledgments
This project inspired by my previous project SimplePhpFormBuilder and Laravel Form Builder Package.