Skip to content

This project includes multiple dynamic fields inside a form that each field set's is stored into a different table using ajax and the backend is developed using Laravel.

Notifications You must be signed in to change notification settings

mahmudtopu3/laravel-ajax-dynamic-field-system

Repository files navigation

Laravel Ajax Dynamic Multiple Field System

Build Status

Here multiple dyanmic fields are implemented with ajax functionaliy also having file upload options in each dynamically added field.Also the validation is done.

Image description

Image description

Features:

  • Multiple Dynamic Fields
  • Ajax functionality with validation
  • Laravel Backend
  • Simple User Activation System
  • File Upload System

Installation

This requires PHP >= 7.1.1 and Composer installed on the machine.

Clone the entire reposity and this is auto configured for running in cPanel or Xampp/Wamp/Lamp etc. Just clone inside your desired directory and run following commands.

 cd app_location
 composer install
 php artisan key:generate
 php artisan config:clear
 php artisan migrate

The demo link is here: https://metacentric.info/dfs

About

This project includes multiple dynamic fields inside a form that each field set's is stored into a different table using ajax and the backend is developed using Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published