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/