This is a simple laravel 8 Dynamic Form Generator app.
- git clone https://github.com/pintuburman/laravel-dynamic-form-generator.git
- cd laravel-dynamic-form-generator/
- In project path type terminal type composer install
- In project path type terminal type npm install
- In project path type terminal type cp .env.example .env (Note: In windows use this command copy .env.example .env)
- In project path type terminal type php artisan key:generate
- Add your database config in the .env file
- In project path type terminal type php artisan migrate (Note: Make sure phpmyadmin Apache and Mysql is started and database is created)
- In project path type terminal type php artisan db:seed
- In project path type terminal type php artisan serve (if the server opens up, http://127.0.0.1:8000, then we are good to go)
Url: http://127.0.0.1:8000/login
Username: admin@admin.com
Password: password




