how to save array data in to Mysql database in laravel 5.6
I have dynamically changing forms to save data in to mysql DB. so, I hope save data in array based to two columns table like item_nameand Item_value but I have not an idea how to prepare My controller to array based to this data. can you help me. some guide, example or tutorials......
@Flex then you also need a third column to group them. Probably this would also be a Foreign Key to another table so that you can refer to them as a single entry model..