/laravel-form-builder

build dynamic form by drag drop form fields

Primary LanguagePHPApache License 2.0Apache-2.0

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/

App screen 1 App screen 2 App screen 1