Skip to content

pintuburman/laravel-dynamic-form-generator

Repository files navigation

Laravel Dynamic Form Generator

This is a simple laravel 8 Dynamic Form Generator app.

How to install and run on your local system

  1. git clone https://github.com/pintuburman/laravel-dynamic-form-generator.git
  2. cd laravel-dynamic-form-generator/
  3. In project path type terminal type composer install
  4. In project path type terminal type npm install
  5. In project path type terminal type cp .env.example .env (Note: In windows use this command copy .env.example .env)
  6. In project path type terminal type php artisan key:generate
  7. Add your database config in the .env file
  8. In project path type terminal type php artisan migrate (Note: Make sure phpmyadmin Apache and Mysql is started and database is created)
  9. In project path type terminal type php artisan db:seed
  10. 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)

Admin Login credentials

Url: http://127.0.0.1:8000/login

Username: admin@admin.com

Password: password

Operations

1. Create Form

plot plot

2. View a Form

plot

3. Edit a Form

plot

4. Delete a Form

plot

5. View all Forms

plot

About

Laravel Dynamic Form Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published