I honestly don't see any problem building this sort of things with laravel/vue. It's a different approach but the only thing you need a plugin for is the text editor (if you still need that)
Using Laravel & Vue to let USERS create their own forms
Hi all. This isn't strictly a question with a definitive answer, just after some advice/guidance if you have a spare minute!
This is something I did years back with barebones PHP and some jquery.
Basically, an admin user would create a form:

Then this form was available to "regular" users to fill in.

Then this was saved to the database along with all the other people who filled in the form, and you could view the responses:

Now this was done a long while ago with some serious spaghetti code, no frameworks to speak of. Just PHP and JS/Jquery.
Now I'm moving to Laravel/Vue I'd like to be able to start doing the same kind of thing as I did with my spaghetti code back in the day.
So I suppose my question is... Is this at all possible? Difficult? Not even worth trying? Is there some kind of plugin which could do what I need?
Please or to participate in this conversation.