Relative Content

Tag Archive for phpmysqllaravellaravel-blade

How to Save Dynamic Multiple Form Data in Laravel Within a Single Function

I’m working on a Laravel project where I need to handle and store various types of application data. I have more than 50 application forms. Each form has different types of fields and form repeaters. I have stored all forms’s data into the applications table’s field name, ‘data’, as JSON.