Can you describe the problem you actually are trying to solve, rather than your desired solution?
May 16, 2024
2
Level 1
Dynamic Relationship in Laravel
I want to know if there's a possibility of creating dynamic relationships between form fields stored in a database such that, for example, if I create a dropdown field called "cars" and save to the database, i can also create another form field called "model" that's dependent on the brand of car.
Please or to participate in this conversation.