Depends on how you want to structure things. If you have a single form use the same controller/route for all input fields.
Normally I would create an api endpoint and have the creation funnelled through there. That will allow you to use javascript to make the experience nicer. It will also allow reuse if you want to make the cms into a mobile app later or want to use another client on top of your cms engine
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community