Hello y'all! I was wondering how can I store data from a dynamic form, which might have 10 variables or 100 depending on the user, and still take advantage of the relational database abilities of Laravel? Usually I would just serialize the form but that seems like it would be wasting a lot of Laravel's potential. Any and all thoughts on this would be greatly appreciated! Thank y'all so much!
Have you thought about saving in JSON format?
You may also check polymorphic relations from:
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community