laravel-form-builder

build dynamic form by drag drop form fields

APACHE-2.0 License

Stars
17
Committers
2

Form Builder (Laravel & React)

Setup Guide:

  • git clone https://github.com/devsrv/laravel-form-builder.git
  • cd laravel-form-builder
  • composer install --no-dev
  • create database & enter its details in the .env file ( line 9 to 14 ) located in the root
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=formbuilder
DB_USERNAME=root
DB_PASSWORD=
  • php artisan migrate --seed
  • php artisan serve
  • visit http://127.0.0.1:8000/