Form Builder (Laravel & React)
Setup Guide:
git clone https://github.com/devsrv/laravel-form-builder.gitcd laravel-form-buildercomposer install --no-dev- create database & enter its details in the
.envfile ( line 9 to 14 ) located in the rootDB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=formbuilder DB_USERNAME=root DB_PASSWORD= php artisan migrate --seedphp artisan serve- visit
http://127.0.0.1:8000/
